Skip to content

Commit

Permalink
Docs: slice elements are equidistant
Browse files Browse the repository at this point in the history
  • Loading branch information
llogiq committed Sep 27, 2019
1 parent b6716a1 commit 6ccb7ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libstd/primitive_docs.rs
Expand Up @@ -566,7 +566,9 @@ mod prim_array { }
#[doc(alias = "[")]
#[doc(alias = "]")]
#[doc(alias = "[]")]
/// A dynamically-sized view into a contiguous sequence, `[T]`.
/// A dynamically-sized view into a contiguous sequence, `[T]`. Contiguous here
/// means that elements are layed 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 6ccb7ae

Please sign in to comment.