Skip to content

Commit 610e6a7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-layout/src/layouts/zoned/zone_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl ZoneMap {
133133
/// be pruned.
134134
///
135135
/// The expression provided should be the result of converting an existing `VortexExpr` via
136-
/// [`checked_pruning_expr`][vortex_expr::pruning::checked_pruning_expr] into a prunable
136+
/// [`checked_pruning_expr`][vortex_array::expr::pruning::checked_pruning_expr] into a prunable
137137
/// expression that can be evaluated on a zone map.
138138
///
139139
/// All zones where the predicate evaluates to `true` can be skipped entirely.

0 commit comments

Comments
 (0)