We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64253e5 commit 9c4b437Copy full SHA for 9c4b437
1 file changed
datafusion/physical-expr/src/expressions/dynamic_filters.rs
@@ -552,7 +552,7 @@ impl ExpressionIdAtomicCounter {
552
}
553
554
555
- /// Retruns a fresh `expression_id` by incrementing the internal counter.
+ /// Returns a fresh `expression_id` by incrementing the internal counter.
556
fn next(&self) -> u64 {
557
self.inner.fetch_add(1, Ordering::Relaxed)
558
0 commit comments