We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa8172 commit b1ff3c8Copy full SHA for b1ff3c8
library/core/src/slice/mod.rs
@@ -858,7 +858,7 @@ impl<T> [T] {
858
859
/// Gets a reference to the underlying array.
860
///
861
- /// If `N` is not exactly equal to slice's the length of `self`, then this method returns `None`.
+ /// If `N` is not exactly equal to the length of `self`, then this method returns `None`.
862
#[unstable(feature = "slice_as_array", issue = "133508")]
863
#[rustc_const_unstable(feature = "slice_as_array", issue = "133508")]
864
#[inline]
0 commit comments