We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c2dd14 + e77dfa2 commit 4652671Copy full SHA for 4652671
src/libstd/primitive_docs.rs
@@ -567,7 +567,7 @@ mod prim_array { }
567
#[doc(alias = "]")]
568
#[doc(alias = "[]")]
569
/// 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
+/// means that elements are laid out so that every element is the same
571
/// distance from its neighbors.
572
///
573
/// *[See also the `std::slice` module](slice/index.html).*
0 commit comments