Skip to content

Commit

Permalink
Slice docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
llogiq committed Sep 28, 2019
1 parent 18f00b9 commit e77dfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ mod prim_array { }
#[doc(alias = "]")]
#[doc(alias = "[]")]
/// A dynamically-sized view into a contiguous sequence, `[T]`. Contiguous here
/// 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
/// distance from its neighbors.
///
/// *[See also the `std::slice` module](slice/index.html).*
Expand Down

0 comments on commit e77dfa2

Please sign in to comment.