Fixes small typo in array docs r? @steveklabnik

This commit is contained in:
Mark Lodato
2019-11-26 20:58:38 -05:00
committed by Mark Lodato
parent a7d791b450
commit 9dc3f4b05b

View File

@@ -1,5 +1,5 @@
//! Implementations of things like `Eq` for fixed-length arrays
//! up to a certain length. Eventually we should 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).*