Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-toth committed Dec 20, 2023
1 parent 6cd5d39 commit 25b75bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/common/src/tree_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ pub trait TreeNodeVisitor: Sized {
/// Implements the [visitor pattern](https://en.wikipedia.org/wiki/Visitor_pattern) for
/// recursively transforming [`TreeNode`]s.
///
/// When passed to [`TreeNode::transform()`], [`TreeNodeVisitor::pre_transform()`] and
/// [`TreeNodeVisitor::post_transform()`] are invoked recursively on an node tree.
/// When passed to [`TreeNode::transform()`], [`TreeNodeTransformer::pre_transform()`] and
/// [`TreeNodeTransformer::post_transform()`] are invoked recursively on an node tree.
/// See [`TreeNodeRecursion`] for more details on how the traversal can be controlled.
///
/// If an [`Err`] result is returned, recursion is stopped immediately.
Expand Down

0 comments on commit 25b75bb

Please sign in to comment.