Skip to content

Commit 9c4b437

Browse files
typo
1 parent 64253e5 commit 9c4b437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/physical-expr/src/expressions/dynamic_filters.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ impl ExpressionIdAtomicCounter {
552552
}
553553
}
554554

555-
/// Retruns a fresh `expression_id` by incrementing the internal counter.
555+
/// Returns a fresh `expression_id` by incrementing the internal counter.
556556
fn next(&self) -> u64 {
557557
self.inner.fetch_add(1, Ordering::Relaxed)
558558
}

0 commit comments

Comments
 (0)