about summary refs log tree commit diff
path: root/src/libcore/array
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2019-11-27 10:27:30 +0100
committerGitHub <noreply@github.com>2019-11-27 10:27:30 +0100
commitce9b6972c25c1499c17821d2b4a51238e79f0355 (patch)
treea239279add959f51ce0ce4a51bac52ac612ed0a9 /src/libcore/array
parent9dc3f4b05bbdacedecdfbe4116b309d5757280e1 (diff)
downloadrust-ce9b6972c25c1499c17821d2b4a51238e79f0355.tar.gz
rust-ce9b6972c25c1499c17821d2b4a51238e79f0355.zip
Update mod.rs
Diffstat (limited to 'src/libcore/array')
-rw-r--r--src/libcore/array/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/array/mod.rs b/src/libcore/array/mod.rs
index f9584a8c078..38d248d701d 100644
--- a/src/libcore/array/mod.rs
+++ b/src/libcore/array/mod.rs
@@ -1,5 +1,5 @@
 //! Implementations of things like `Eq` for fixed-length arrays
-//! up to a certain length. Eventually we should be able to generalize
+//! up to a certain length. Eventually, we should be able to generalize
 //! to all lengths.
 //!
 //! *[See also the array primitive type](../../std/primitive.array.html).*