We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4a262 commit 8da94efCopy full SHA for 8da94ef
src/liballoc/collections/vec_deque.rs
@@ -2713,7 +2713,7 @@ impl<T> From<Vec<T>> for VecDeque<T> {
2713
///
2714
/// This avoids reallocating where possible, but the conditions for that are
2715
/// strict, and subject to change, and so shouldn't be relied upon unless the
2716
- /// `Vec<T>` came from `From<VecDeque<T>>` has hasn't been reallocated.
+ /// `Vec<T>` came from `From<VecDeque<T>>` and hasn't been reallocated.
2717
2718
/// # Examples
2719
0 commit comments