Skip to content

Commit ce9b697

Browse files
authored
Update mod.rs
1 parent 9dc3f4b commit ce9b697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/array/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Implementations of things like `Eq` for fixed-length arrays
2-
//! up to a certain length. Eventually we should be able to generalize
2+
//! up to a certain length. Eventually, we should be able to generalize
33
//! to all lengths.
44
//!
55
//! *[See also the array primitive type](../../std/primitive.array.html).*

0 commit comments

Comments
 (0)