We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5223d2 commit e1afd26Copy full SHA for e1afd26
src/liballoc/collections/vec_deque.rs
@@ -2055,7 +2055,7 @@ impl<T> VecDeque<T> {
2055
/// As it returns a mutable slice, this can be used to sort or binary search a deque.
2056
///
2057
/// 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
+ /// [`as_mut_slices`](#method.as_mut_slices) methods will return the entire contents of the
2059
/// `VecDeque` in a single slice.
2060
2061
/// # Examples
0 commit comments