Skip to content

Commit 118e992

Browse files
committed
Doc fixes
1 parent 2bbb725 commit 118e992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/array.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ impl<T> IntoIterator for Array<T> {
262262
}
263263
}
264264

265-
/// An iterator over references to values of an `ArrayBase` in the
265+
/// An iterator over references to values of an `Array` in the
266266
/// higher-dimensional equivalent of row-major order.
267267
pub struct Iter<'a, T: 'a> {
268268
inner: slice::Iter<'a, T>,
@@ -282,7 +282,7 @@ impl<'a, T: 'a> DoubleEndedIterator for Iter<'a, T> {
282282
}
283283
}
284284

285-
/// An iterator over mutable references to values of an `ArrayBase` in the
285+
/// An iterator over mutable references to values of an `Array` in the
286286
/// higher-dimensional equivalent of row-major order.
287287
pub struct IterMut<'a, T: 'a> {
288288
inner: slice::IterMut<'a, T>,
@@ -302,7 +302,7 @@ impl<'a, T: 'a> DoubleEndedIterator for IterMut<'a, T> {
302302
}
303303
}
304304

305-
/// An iterator over values of an `ArrayBase` in the higher-dimensional
305+
/// An iterator over values of an `Array` in the higher-dimensional
306306
/// equivalent of row-major order.
307307
pub struct IntoIter<T> {
308308
inner: vec::IntoIter<T>,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy