Skip to content

Commit

Permalink
Transformed::new_transformed: Fix documentation formatting (#12787)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
progval and alamb authored Oct 7, 2024
1 parent 583bdc2 commit 134939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/src/tree_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ impl<T> Transformed<T> {
}
}

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

0 comments on commit 134939a

Please sign in to comment.