Skip to content

Commit 9297295

Browse files
Fixing typographical errors.
1 parent 4d9641d commit 9297295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ pub type Ixs = isize;
300300
///
301301
/// [`ArrayView`] and [`ArrayViewMut`] are read-only and read-write array views
302302
/// respectively. They use dimensionality, indexing, and almost all other
303-
/// methods the same was as the other array types.
303+
/// methods the same way as the other array types.
304304
///
305305
/// Methods for `ArrayBase` apply to array views too, when the trait bounds
306306
/// allow.

0 commit comments

Comments
 (0)