Skip to content

Commit 92ac60d

Browse files
committed
Update order docs for map
1 parent 48733b4 commit 92ac60d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/array/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ array_impl_default! {32, T T T T T T T T T T T T T T T T T T T T T T T T T T T T
368368
#[cfg(not(bootstrap))]
369369
#[lang = "array"]
370370
impl<T, const N: usize> [T; N] {
371-
/// Returns an array of the same size as `self`, with function `f` applied to each element.
372-
/// The closure will be called on elements 0 up to but excluding N.
371+
/// Returns an array of the same size as `self`, with function `f` applied to each element
372+
/// in order.
373373
///
374374
/// # Examples
375375
///

0 commit comments

Comments
 (0)