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 25f0918 commit 11a8904Copy full SHA for 11a8904
vortex-layout/src/layouts/table.rs
@@ -133,7 +133,7 @@ impl TableStrategy {
133
134
/// Set writers for several fields at once.
135
///
136
- /// See also: [`set_field_writer`][Self::set_field_writer].
+ /// See also: [`with_field_writer`][Self::with_field_writer].
137
pub fn with_field_writers(
138
mut self,
139
writers: impl IntoIterator<Item = (FieldPath, Arc<dyn LayoutStrategy>)>,
0 commit comments