1
Fork 0

Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov

fix various typos
This commit is contained in:
Mazdak Farrokhzad 2020-03-07 17:27:32 +01:00 committed by GitHub
commit 10f999b72d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
124 changed files with 159 additions and 159 deletions

View file

@ -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.