Skip to content

Commit bbb613e

Browse files
committed
doc fix
Signed-off-by: Matt Katz <mhkatz97@gmail.com>
1 parent 22b0504 commit bbb613e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vortex-layout/src/layouts/list

vortex-layout/src/layouts/list/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//!
66
//! [`ListLayout`] decomposes a list column into independently configurable child layouts:
77
//! `elements`, `offsets`, and, for nullable lists, `validity`. Keeping the children independent allows
8-
//! each child to use its own configurable layout and lets nested list elements (e.g. with List<List>) be decomposed recursively.
8+
//! each child to use its own configurable layout and lets nested list elements (e.g. with `List<List>`) be decomposed recursively.
99
//!
1010
//! This provides benefits such as:
1111
//! * Reading only the children needed to evaluate an expression. For example, `ListLength` does

0 commit comments

Comments
 (0)