Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov
fix various typos
This commit is contained in:
commit
10f999b72d
124 changed files with 159 additions and 159 deletions
|
@ -2894,7 +2894,7 @@ where
|
|||
/// The filter test predicate.
|
||||
pred: F,
|
||||
/// A flag that indicates a panic has occurred in the filter test prodicate.
|
||||
/// This is used as a hint in the drop implmentation to prevent consumption
|
||||
/// This is used as a hint in the drop implementation to prevent consumption
|
||||
/// of the remainder of the `DrainFilter`. Any unprocessed items will be
|
||||
/// backshifted in the `vec`, but no further items will be dropped or
|
||||
/// tested by the filter predicate.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue