From 18ea0c3a1f43d6d1a662224ee2f6d325791be30d Mon Sep 17 00:00:00 2001 From: lolbinarycat Date: Sun, 1 Sep 2024 16:15:09 -0400 Subject: [PATCH] Update library/core/src/primitive_docs.rs fold line together Co-authored-by: Jubilee --- library/core/src/primitive_docs.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/core/src/primitive_docs.rs b/library/core/src/primitive_docs.rs index ac7dbca965fc4..ce6e6aec7ff6b 100644 --- a/library/core/src/primitive_docs.rs +++ b/library/core/src/primitive_docs.rs @@ -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).*