Skip to content

Commit

Permalink
Fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Sep 24, 2024
1 parent 3109378 commit 53d8881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/scan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl Scan {
}

/// Perform an "all in one" scan. This will use the provided `engine` to read and
/// process all the data for the query. Each [`ScanResult`] in the resultant vector encapsulates
/// process all the data for the query. Each [`ScanResult`] in the resultant iterator encapsulates
/// the raw data and an optional boolean vector built from the deletion vector if it was
/// present. See the documentation for [`ScanResult`] for more details. Generally
/// connectors/engines will want to use [`Scan::scan_data`] so they can have more control over
Expand Down

0 comments on commit 53d8881

Please sign in to comment.