Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b1ff3c8

Browse filesBrowse files
committed
Fix docs for '<[T]>::as_array';
1 parent caa8172 commit b1ff3c8
Copy full SHA for b1ff3c8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎library/core/src/slice/mod.rs

Copy file name to clipboardExpand all lines: library/core/src/slice/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ impl<T> [T] {
858858

859859
/// Gets a reference to the underlying array.
860860
///
861-
/// If `N` is not exactly equal to slice's the length of `self`, then this method returns `None`.
861+
/// If `N` is not exactly equal to the length of `self`, then this method returns `None`.
862862
#[unstable(feature = "slice_as_array", issue = "133508")]
863863
#[rustc_const_unstable(feature = "slice_as_array", issue = "133508")]
864864
#[inline]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.