mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-18 06:24:56 +01:00
core/incremental: Fix typos in cursor.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -198,13 +198,13 @@ impl MaterializedViewCursor {
|
||||
let min_seen = btree_entries
|
||||
.changes
|
||||
.first()
|
||||
.expect("canot be empty, we just tested for it")
|
||||
.expect("cannot be empty, we just tested for it")
|
||||
.0
|
||||
.rowid;
|
||||
let max_seen = btree_entries
|
||||
.changes
|
||||
.last()
|
||||
.expect("canot be empty, we just tested for it")
|
||||
.expect("cannot be empty, we just tested for it")
|
||||
.0
|
||||
.rowid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user