Skip to content

Commit b7440bb

Browse files
committed
fix doctest
Signed-off-by: Andrew Duffy <[email protected]>
1 parent c94aa82 commit b7440bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-layout/src/layouts/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl PathStrategy {
104104
/// Arc::new(compress_btrblocks),
105105
/// )
106106
/// .with_leaf_strategy(
107-
/// vec![field_path!(request.body.bytes)],
107+
/// field_path!(request.body.bytes),
108108
/// Arc::new(compress_compact),
109109
/// );
110110
/// ```

0 commit comments

Comments
 (0)