Skip to content

Commit b7d81aa

Browse files
committed
DOC: Fix some typos in readme
1 parent 5d7be52 commit b7d81aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README-crates.io.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Each dimension is also called an *axis*.
1616
- Higher order operations and arithmetic are performant
1717
- Array views can be used to slice and mutate any `[T]` data using
1818
`ArrayView::from` and `ArrayViewMut::from`.
19-
- `Zip` for lock step function application across 2 or more arrays or other
20-
item producers (`NdProducer`) trait.
19+
- `Zip` for lock step function application across two or more arrays or other
20+
item producers (`NdProducer` trait).

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
//! - Higher order operations and arithmetic are performant
3333
//! - Array views can be used to slice and mutate any `[T]` data using
3434
//! `ArrayView::from` and `ArrayViewMut::from`.
35-
//! - `Zip` for lock step function application across 2 or more arrays or other
36-
//! item producers (`NdProducer`) trait.
35+
//! - `Zip` for lock step function application across two or more arrays or other
36+
//! item producers (`NdProducer` trait).
3737
//!
3838
//! ## Crate Status
3939
//!

0 commit comments

Comments
 (0)