Skip to content

Commit d1cc4c3

Browse files
authored
Rollup merge of rust-lang#66797 - mlodato517:mlodato517-array-doc-typo, r=Dylan-DPC
Fixes small typo in array docs r? @steveklabnik Fixes a small typo in the array documentation. Also, wasn't sure which [message](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#pull-requests) to put this in, and will definitely update the commit message if it is supposed to be the PR description but for "safety" - r? @steveklabnik
2 parents 6a1fe67 + ce9b697 commit d1cc4c3

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)