mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
syntactic changes: 2 typos I missed earlier
This commit is contained in:
parent
3da7d8cb79
commit
9c1d890d59
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ impl Parameters {
|
|||
}
|
||||
}
|
||||
index => {
|
||||
// SAFETY: Garanteed from parser that the index is bigger that 0.
|
||||
// SAFETY: Guaranteed from parser that the index is bigger than 0.
|
||||
let index: NonZero<usize> = index.parse().unwrap();
|
||||
if index > self.index {
|
||||
self.index = index.checked_add(1).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue