Skip to content

Commit e77dfa2

Browse files
committed
Slice docs: fix typo
1 parent 18f00b9 commit e77dfa2

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)