]> git.lizzy.rs Git - rust.git/commitdiff
Fixes small typo in array docs r? @steveklabnik
authorMark Lodato <mlodato517@gmail.com>
Wed, 27 Nov 2019 01:58:38 +0000 (20:58 -0500)
committerMark Lodato <mark.lodato@ezcater.com>
Wed, 27 Nov 2019 02:04:28 +0000 (21:04 -0500)
src/libcore/array/mod.rs

index 901c1ee33cda42082903f8c96249c040aa8a3216..f9584a8c07834ef38f0ceb838e709dfb25c04c2b 100644 (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).*