diff options
| author | The8472 <git@infinite-source.de> | 2019-10-11 20:42:32 +0200 |
|---|---|---|
| committer | The8472 <git@infinite-source.de> | 2020-09-03 20:56:34 +0200 |
| commit | 076417e978d86676bc403bb7ed963c107a8f72db (patch) | |
| tree | 586ef0f601053af9a90a69d638f15739be12fcf5 /library/alloc/src | |
| parent | 3edf11cf811707cde49b30a80896c24189649d95 (diff) | |
| download | rust-076417e978d86676bc403bb7ed963c107a8f72db.tar.gz rust-076417e978d86676bc403bb7ed963c107a8f72db.zip | |
unrelated typo fix
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/vec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/vec.rs b/library/alloc/src/vec.rs index 27eefb05842..719ee8a3b0f 100644 --- a/library/alloc/src/vec.rs +++ b/library/alloc/src/vec.rs @@ -3042,7 +3042,7 @@ where old_len: usize, /// The filter test predicate. pred: F, - /// A flag that indicates a panic has occurred in the filter test prodicate. + /// A flag that indicates a panic has occurred in the filter test predicate. /// 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 |
