We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b0504 commit bbb613eCopy full SHA for bbb613e
1 file changed
vortex-layout/src/layouts/list/mod.rs
@@ -5,7 +5,7 @@
5
//!
6
//! [`ListLayout`] decomposes a list column into independently configurable child layouts:
7
//! `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.
+//! each child to use its own configurable layout and lets nested list elements (e.g. with `List<List>`) be decomposed recursively.
9
10
//! This provides benefits such as:
11
//! * Reading only the children needed to evaluate an expression. For example, `ListLength` does
0 commit comments