We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe3475 commit 406f0fcCopy full SHA for 406f0fc
libsql-wal/src/segment/sealed.rs
@@ -242,7 +242,7 @@ impl<F: FileExt> SealedSegment<F> {
242
match file.read_exact_at(frame.as_bytes_mut(), offset) {
243
Ok(_) => {
244
let new_checksum = frame.frame.checksum(current_checksum);
245
- // this is the first checksum that don't match the checksum chain, drop the
+ // this is the first checksum that doesn't match the checksum chain, drop the
246
// transaction and any frame after that.
247
if new_checksum != frame.checksum.get() {
248
tracing::warn!(
0 commit comments