Skip to content

Commit f878c99

Browse files
committed
fix docs
1 parent e136fa0 commit f878c99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

datafusion/physical-expr/src/window/built_in_window_function_expr.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ pub trait BuiltInWindowFunctionExpr: Send + Sync + std::fmt::Debug {
7676
None
7777
}
7878

79-
/// Adds any equivalent orderings this expression expression
80-
/// generates to the `builder`.
79+
/// Adds any equivalent orderings generated by this expression
80+
/// to `builder`.
8181
///
82-
/// by default does nothing
82+
/// The default implementation does nothing
8383
fn add_equal_orderings(&self, _builder: &mut OrderingEquivalenceBuilder) {}
8484

8585
/// Can the window function be incrementally computed using

0 commit comments

Comments
 (0)