Skip to content

Commit 134939a

Browse files
progvalalamb
andauthored
Transformed::new_transformed: Fix documentation formatting (#12787)
Co-authored-by: Andrew Lamb <[email protected]>
1 parent 583bdc2 commit 134939a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/tree_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ impl<T> Transformed<T> {
681681
}
682682
}
683683

684-
/// Create a `Transformed` with `transformed and [`TreeNodeRecursion::Continue`].
684+
/// Create a `Transformed` with `transformed` and [`TreeNodeRecursion::Continue`].
685685
pub fn new_transformed(data: T, transformed: bool) -> Self {
686686
Self::new(data, transformed, TreeNodeRecursion::Continue)
687687
}

0 commit comments

Comments
 (0)