Skip to content

Commit 8da94ef

Browse files
scottmcmfbstj
andcommitted
Apply suggestions from code review
Co-Authored-By: Joe ST <[email protected]>
1 parent 1f4a262 commit 8da94ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/collections/vec_deque.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2713,7 +2713,7 @@ impl<T> From<Vec<T>> for VecDeque<T> {
27132713
///
27142714
/// This avoids reallocating where possible, but the conditions for that are
27152715
/// 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.
2716+
/// `Vec<T>` came from `From<VecDeque<T>>` and hasn't been reallocated.
27172717
///
27182718
/// # Examples
27192719
///

0 commit comments

Comments
 (0)