Skip to content

Commit 18f7d01

Browse files
Centrilgefjon
andauthored
remove typo
Co-authored-by: Phoebe Goldman <phoebe@clockworklabs.io> Signed-off-by: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent e56d0fb commit 18f7d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/table/src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ impl Table {
700700
.project(&target_index.indexed_columns)
701701
.expect("needle row should be valid");
702702
target_index.seek_point(&key).next().filter(|&target_ptr| {
703-
// SAFETY:s
703+
// SAFETY:
704704
// - Caller promised that the row layouts were the same.
705705
// - We know `target_ptr` exists, as it was in `target_index`, belonging to `target_table`.
706706
// - Caller promised that `needle_ptr` is valid for `needle_table`.

0 commit comments

Comments
 (0)