Skip to content

Commit c340233

Browse files
authored
fixed typo chunks->as_chunks
1 parent d242a8b commit c340233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/slice/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ impl<T> [T] {
12321232
///
12331233
/// [`chunks`]: slice::chunks
12341234
/// [`rchunks_exact`]: slice::rchunks_exact
1235-
/// [`as_chunks`]: slice::chunks
1235+
/// [`as_chunks`]: slice::as_chunks
12361236
#[stable(feature = "chunks_exact", since = "1.31.0")]
12371237
#[rustc_const_unstable(feature = "const_slice_make_iter", issue = "137737")]
12381238
#[inline]

0 commit comments

Comments
 (0)