Skip to content

Commit 18ea0c3

Browse files
Update library/core/src/primitive_docs.rs
fold line together Co-authored-by: Jubilee <workingjubilee@gmail.com>
1 parent 62c9f97 commit 18ea0c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/core/src/primitive_docs.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,7 @@ mod prim_array {}
834834
#[doc(alias = "[]")]
835835
/// A dynamically-sized view into a contiguous sequence, `[T]`.
836836
///
837-
/// Contiguous here
838-
/// means that elements are laid out so that every element is the same
837+
/// Contiguous here means that elements are laid out so that every element is the same
839838
/// distance from its neighbors.
840839
///
841840
/// *[See also the `std::slice` module](crate::slice).*

0 commit comments

Comments
 (0)