about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/slice/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/slice/mod.rs b/src/libcore/slice/mod.rs
index bfab7a4cdda..6f4c130d8f3 100644
--- a/src/libcore/slice/mod.rs
+++ b/src/libcore/slice/mod.rs
@@ -3873,7 +3873,7 @@ unsafe impl<'a, T> TrustedRandomAccess for ExactChunksMut<'a, T> {
 /// valid for `len` elements, nor whether the lifetime inferred is a suitable
 /// lifetime for the returned slice.
 ///
-/// `data` must be non-null and aligned, even for zero-length slices. The
+/// `data` must be non-null and aligned, even for zero-length slices. One
 /// reason for this is that enum layout optimizations may rely on references
 /// (including slices of any length) being aligned and non-null to distinguish
 /// them from other data. You can obtain a pointer that is usable as `data`