From f0418d8cc27df3cd10a3eab67752026b97376b91 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Wed, 26 Jul 2023 21:21:43 -0700 Subject: [PATCH] Update rust/src/delta_datafusion.rs --- rust/src/delta_datafusion.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/delta_datafusion.rs b/rust/src/delta_datafusion.rs index 6056dfada3..6c8f4a13bc 100644 --- a/rust/src/delta_datafusion.rs +++ b/rust/src/delta_datafusion.rs @@ -1085,7 +1085,7 @@ impl TreeNodeVisitor for FindFilesExprProperties { } } -/// Representing the result of the `find_files` function. +/// Representing the result of the [find_files] function. pub struct FindFiles { /// A list of `Add` objects that match the given predicate pub candidates: Vec,