Skip to content

Commit 1da42a2

Browse files
committed
fix typo
1 parent 54235eb commit 1da42a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ impl DataFusionError {
621621
DiagnosticsIterator { head: self }.next()
622622
}
623623

624-
/// Return an iterator this [`DataFusionError`] and any other
624+
/// Return an iterator over this [`DataFusionError`] and any other
625625
/// [`DataFusionError`]s in a [`DataFusionError::Collection`].
626626
///
627627
/// Sometimes DataFusion is able to collect multiple errors in a SQL query

0 commit comments

Comments
 (0)