diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2019-11-27 10:27:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-27 10:27:30 +0100 |
| commit | ce9b6972c25c1499c17821d2b4a51238e79f0355 (patch) | |
| tree | a239279add959f51ce0ce4a51bac52ac612ed0a9 /src/libcore/array | |
| parent | 9dc3f4b05bbdacedecdfbe4116b309d5757280e1 (diff) | |
| download | rust-ce9b6972c25c1499c17821d2b4a51238e79f0355.tar.gz rust-ce9b6972c25c1499c17821d2b4a51238e79f0355.zip | |
Update mod.rs
Diffstat (limited to 'src/libcore/array')
| -rw-r--r-- | src/libcore/array/mod.rs | 2 |
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).* |
