We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c555b44 commit 6869a44Copy full SHA for 6869a44
2 files changed
core/src/types/operator/blocking_operator.rs
@@ -791,7 +791,7 @@ impl BlockingOperator {
791
Ok(())
792
}
793
794
- /// Delete an fallible iterator of paths.
+ /// Delete a fallible iterator of paths.
795
///
796
/// Also see:
797
core/src/types/operator/operator.rs
@@ -1632,7 +1632,7 @@ impl Operator {
1632
1633
1634
1635
- /// Delete an infallible iterator of paths.
1636
1637
1638
@@ -1668,7 +1668,7 @@ impl Operator {
1668
1669
1670
1671
- /// Delete an infallible stream of paths.
+ /// Delete an fallible stream of paths.
1672
1673
1674
0 commit comments