Skip to content

Commit

Permalink
Update rust/src/delta_datafusion.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jul 27, 2023
1 parent 642ccf8 commit d35c25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/delta_datafusion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Add>,
Expand Down

0 comments on commit d35c25f

Please sign in to comment.