We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc3f4b commit ce9b697Copy full SHA for ce9b697
src/libcore/array/mod.rs
@@ -1,5 +1,5 @@
1
//! Implementations of things like `Eq` for fixed-length arrays
2
-//! up to a certain length. Eventually we should be able to generalize
+//! up to a certain length. Eventually, we should be able to generalize
3
//! to all lengths.
4
//!
5
//! *[See also the array primitive type](../../std/primitive.array.html).*
0 commit comments