Skip to content

Commit 4652671

Browse files
authored
Rollup merge of #64880 - llogiq:slice-docs, r=Centril
Slice docs: fix typo With #64703, I introduced a typo. Here is the fix. Sorry for the inconvenience.
2 parents 1c2dd14 + e77dfa2 commit 4652671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ mod prim_array { }
567567
#[doc(alias = "]")]
568568
#[doc(alias = "[]")]
569569
/// A dynamically-sized view into a contiguous sequence, `[T]`. Contiguous here
570-
/// means that elements are layed out so that every element is the same
570+
/// means that elements are laid out so that every element is the same
571571
/// distance from its neighbors.
572572
///
573573
/// *[See also the `std::slice` module](slice/index.html).*

0 commit comments

Comments
 (0)