From 076417e978d86676bc403bb7ed963c107a8f72db Mon Sep 17 00:00:00 2001 From: The8472 Date: Fri, 11 Oct 2019 20:42:32 +0200 Subject: [PATCH] unrelated typo fix --- library/alloc/src/vec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/alloc/src/vec.rs b/library/alloc/src/vec.rs index 27eefb058421..719ee8a3b0fc 100644 --- a/library/alloc/src/vec.rs +++ b/library/alloc/src/vec.rs @@ -3042,7 +3042,7 @@ pub struct DrainFilter<'a, T, F> 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