We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c9f97 commit 18ea0c3Copy full SHA for 18ea0c3
library/core/src/primitive_docs.rs
@@ -834,8 +834,7 @@ mod prim_array {}
834
#[doc(alias = "[]")]
835
/// A dynamically-sized view into a contiguous sequence, `[T]`.
836
///
837
-/// Contiguous here
838
-/// means that elements are laid out so that every element is the same
+/// Contiguous here means that elements are laid out so that every element is the same
839
/// distance from its neighbors.
840
841
/// *[See also the `std::slice` module](crate::slice).*
0 commit comments