Skip to content

Commit

Permalink
Rollup merge of #64880 - llogiq:slice-docs, r=Centril
Browse files Browse the repository at this point in the history
Slice docs: fix typo

With #64703, I introduced a typo. Here is the fix. Sorry for the inconvenience.
  • Loading branch information
Centril authored Sep 28, 2019
2 parents 1c2dd14 + e77dfa2 commit 4652671
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 4652671

Please sign in to comment.