Skip to content

Commit

Permalink
Update library/core/src/primitive_docs.rs
Browse files Browse the repository at this point in the history
fold line together

Co-authored-by: Jubilee <workingjubilee@gmail.com>
  • Loading branch information
lolbinarycat and workingjubilee committed Sep 1, 2024
1 parent 62c9f97 commit 18ea0c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/core/src/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,7 @@ mod prim_array {}
#[doc(alias = "[]")]
/// A dynamically-sized view into a contiguous sequence, `[T]`.
///
/// Contiguous here
/// 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
/// distance from its neighbors.
///
/// *[See also the `std::slice` module](crate::slice).*
Expand Down

0 comments on commit 18ea0c3

Please sign in to comment.