Fixes small typo in array docs r? @steveklabnik
This commit is contained in:
parent
a7d791b450
commit
9dc3f4b05b
1 changed files with 1 additions and 1 deletions
|
|
@ -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).*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue