mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-30 12:04:25 -04:00
doc(sqlite): Fix a typo.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user