Skip to content

Commit 11a8904

Browse files
committed
doc link
Signed-off-by: Andrew Duffy <[email protected]>
1 parent 25f0918 commit 11a8904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-layout/src/layouts/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl TableStrategy {
133133

134134
/// Set writers for several fields at once.
135135
///
136-
/// See also: [`set_field_writer`][Self::set_field_writer].
136+
/// See also: [`with_field_writer`][Self::with_field_writer].
137137
pub fn with_field_writers(
138138
mut self,
139139
writers: impl IntoIterator<Item = (FieldPath, Arc<dyn LayoutStrategy>)>,

0 commit comments

Comments
 (0)