We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9641d commit 9297295Copy full SHA for 9297295
src/lib.rs
@@ -300,7 +300,7 @@ pub type Ixs = isize;
300
///
301
/// [`ArrayView`] and [`ArrayViewMut`] are read-only and read-write array views
302
/// respectively. They use dimensionality, indexing, and almost all other
303
-/// methods the same was as the other array types.
+/// methods the same way as the other array types.
304
305
/// Methods for `ArrayBase` apply to array views too, when the trait bounds
306
/// allow.
0 commit comments