diff --git a/src/libcollections/vec_deque.rs b/src/libcollections/vec_deque.rs index 2ade67f26bb4..1a167d26bbaf 100644 --- a/src/libcollections/vec_deque.rs +++ b/src/libcollections/vec_deque.rs @@ -556,7 +556,7 @@ impl VecDeque { } } - /// Consumes the list into an iterator yielding elements by value. + /// Consumes the list into a front-to-back iterator yielding elements by value. #[stable(feature = "rust1", since = "1.0.0")] pub fn into_iter(self) -> IntoIter { IntoIter {