File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -959,8 +959,8 @@ impl<T> VecDeque<T> {
959
959
/// Returns a pair of slices which contain, in order, the contents of the
960
960
/// `VecDeque`.
961
961
///
962
- /// In case [`make_contiguous`](#method.make_contiguous) was previously called,
963
- /// all elements of the deque are in the first slice and the second slice is empty.
962
+ /// If [`make_contiguous`](#method.make_contiguous) was previously called, all elements
963
+ /// of the `VecDeque` will be in the first slice and the second slice will be empty.
964
964
///
965
965
/// # Examples
966
966
///
@@ -992,8 +992,8 @@ impl<T> VecDeque<T> {
992
992
/// Returns a pair of slices which contain, in order, the contents of the
993
993
/// `VecDeque`.
994
994
///
995
- /// In case [`make_contiguous`](#method.make_contiguous) was previously called,
996
- /// all elements of the deque are in the first slice and the second slice is empty.
995
+ /// If [`make_contiguous`](#method.make_contiguous) was previously called, all elements
996
+ /// of the `VecDeque` will be in the first slice and the second slice will be empty.
997
997
///
998
998
/// # Examples
999
999
///
You can’t perform that action at this time.
0 commit comments