Skip to content

Commit e1afd26

Browse files
committed
fix docs
1 parent b5223d2 commit e1afd26

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
@@ -2055,7 +2055,7 @@ impl<T> VecDeque<T> {
20552055
/// As it returns a mutable slice, this can be used to sort or binary search a deque.
20562056
///
20572057
/// Once the internal storage is contiguous, the [`as_slices`](#method.as_slices) and
2058-
/// [`as_slices_mut`](#method.as_slices_mut) methods will return the entire contents of the
2058+
/// [`as_mut_slices`](#method.as_mut_slices) methods will return the entire contents of the
20592059
/// `VecDeque` in a single slice.
20602060
///
20612061
/// # Examples

0 commit comments

Comments
 (0)