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 19c906b commit f0418d8
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 f0418d8

Please sign in to comment.