This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 134939adad Transformed::new_transformed: Fix documentation formatting 
(#12787)
134939adad is described below

commit 134939adad79d9804cd7d423aaf9a1bf8c46fcb4
Author: Val Lorentz <[email protected]>
AuthorDate: Mon Oct 7 16:31:24 2024 +0200

    Transformed::new_transformed: Fix documentation formatting (#12787)
    
    Co-authored-by: Andrew Lamb <[email protected]>
---
 datafusion/common/src/tree_node.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/common/src/tree_node.rs 
b/datafusion/common/src/tree_node.rs
index 88300e3edd..b4d3251fd2 100644
--- a/datafusion/common/src/tree_node.rs
+++ b/datafusion/common/src/tree_node.rs
@@ -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)
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to