Skip to content

Commit 9dc3f4b

Browse files
mlodato517Mark Lodato
authored and
Mark Lodato
committed
Fixes small typo in array docs r? @steveklabnik
1 parent a7d791b commit 9dc3f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/array/mod.rs

Lines changed: 1 addition & 1 deletion
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 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)