Skip to content

Commit 6869a44

Browse files
authored
Apply suggestions from code review
1 parent c555b44 commit 6869a44

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/src/types/operator/blocking_operator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ impl BlockingOperator {
791791
Ok(())
792792
}
793793

794-
/// Delete an fallible iterator of paths.
794+
/// Delete a fallible iterator of paths.
795795
///
796796
/// Also see:
797797
///

core/src/types/operator/operator.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@ impl Operator {
16321632
Ok(())
16331633
}
16341634

1635-
/// Delete an infallible iterator of paths.
1635+
/// Delete a fallible iterator of paths.
16361636
///
16371637
/// Also see:
16381638
///
@@ -1668,7 +1668,7 @@ impl Operator {
16681668
Ok(())
16691669
}
16701670

1671-
/// Delete an infallible stream of paths.
1671+
/// Delete an fallible stream of paths.
16721672
///
16731673
/// Also see:
16741674
///

0 commit comments

Comments
 (0)