We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f91280 commit 525457eCopy full SHA for 525457e
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
#[inline]
864
#[must_use]
0 commit comments