Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 7, 2025
1 parent 591aa2a commit 500998c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/equivalence/ordering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl OrderingEquivalenceClass {

/// Creates new ordering equivalence class from the given orderings
///
/// Any redundant entries are removed, as described on [`Self::remove_redundant_entries`].
/// Any redundant entries are removed
pub fn new(orderings: Vec<LexOrdering>) -> Self {
let mut result = Self { orderings };
result.remove_redundant_entries();
Expand Down

0 comments on commit 500998c

Please sign in to comment.