We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d242a8b commit c340233Copy full SHA for c340233
library/core/src/slice/mod.rs
@@ -1232,7 +1232,7 @@ impl<T> [T] {
1232
///
1233
/// [`chunks`]: slice::chunks
1234
/// [`rchunks_exact`]: slice::rchunks_exact
1235
- /// [`as_chunks`]: slice::chunks
+ /// [`as_chunks`]: slice::as_chunks
1236
#[stable(feature = "chunks_exact", since = "1.31.0")]
1237
#[rustc_const_unstable(feature = "const_slice_make_iter", issue = "137737")]
1238
#[inline]
0 commit comments