Content-Length: 286404 | pFad | http://github.com/uce/rust-postgres-array/commit/118e9923c95992ccdd3b9cd69a3ab1a8a41a10f8

08 Doc fixes · uce/rust-postgres-array@118e992 · GitHub
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-
//github.com/ An iterator over references to values of an `ArrayBase` in the
265+
//github.com/ An iterator over references to values of an `Array` in the
266266
//github.com/ 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-
//github.com/ An iterator over mutable references to values of an `ArrayBase` in the
285+
//github.com/ An iterator over mutable references to values of an `Array` in the
286286
//github.com/ 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-
//github.com/ An iterator over values of an `ArrayBase` in the higher-dimensional
305+
//github.com/ An iterator over values of an `Array` in the higher-dimensional
306306
//github.com/ equivalent of row-major order.
307307
pub struct IntoIter<T> {
308308
inner: vec::IntoIter<T>,

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/uce/rust-postgres-array/commit/118e9923c95992ccdd3b9cd69a3ab1a8a41a10f8

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy