doc(sqlite): Fix a typo.

This commit is contained in:
Ivan Enderlin
2023-07-06 15:18:41 +02:00
parent 380bce0604
commit d33e2aff2e

View File

@@ -1571,7 +1571,7 @@ where
Vec::new()
};
// `Limit` has a `repr(i32)`, it's safe to cast it to `i32`. Then substract 1 in
// `Limit` has a `repr(i32)`, it's safe to cast it to `i32`. Then subtract 1 in
// case of.
let maximum_chunk_size = Limit::SQLITE_LIMIT_VARIABLE_NUMBER as i32 - 1;
let maximum_chunk_size: usize = maximum_chunk_size