Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Dec 5, 2024
1 parent c555b44 commit 6869a44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/types/operator/blocking_operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ impl BlockingOperator {
Ok(())
}

/// Delete an fallible iterator of paths.
/// Delete a fallible iterator of paths.
///
/// Also see:
///
Expand Down
4 changes: 2 additions & 2 deletions core/src/types/operator/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ impl Operator {
Ok(())
}

/// Delete an infallible iterator of paths.
/// Delete a fallible iterator of paths.
///
/// Also see:
///
Expand Down Expand Up @@ -1668,7 +1668,7 @@ impl Operator {
Ok(())
}

/// Delete an infallible stream of paths.
/// Delete an fallible stream of paths.
///
/// Also see:
///
Expand Down

0 comments on commit 6869a44

Please sign in to comment.