Skip to content

Commit f9c114e

Browse files
authored
Rollup merge of #144575 - xonx4l:patch-6, r=scottmcm
fixed typo chunks->as_chunks Fixes #144555 info-: fix typo chunks -> as_chunks This now take us to as_chunks page when clicking on as_chunks link and not to chunks . Thanks .
2 parents fce74ba + c340233 commit f9c114e

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
@@ -1230,7 +1230,7 @@ impl<T> [T] {
12301230
///
12311231
/// [`chunks`]: slice::chunks
12321232
/// [`rchunks_exact`]: slice::rchunks_exact
1233-
/// [`as_chunks`]: slice::chunks
1233+
/// [`as_chunks`]: slice::as_chunks
12341234
#[stable(feature = "chunks_exact", since = "1.31.0")]
12351235
#[rustc_const_unstable(feature = "const_slice_make_iter", issue = "137737")]
12361236
#[inline]

0 commit comments

Comments
 (0)