Skip to content

Commit 58e0e2d

Browse files
committed
fixup
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 610e6a7 commit 58e0e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-scan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `vortex-scan` crate provides efficient scanning operations over Vortex array
3737

3838
```rust
3939
use vortex_scan::ScanBuilder;
40-
use vortex_expr::lit;
40+
use vortex_array::expr::lit;
4141

4242
// Create a scan that reads specific columns with a filter
4343
let scan = ScanBuilder::new(layout_reader)

0 commit comments

Comments
 (0)