Skip to content

Commit baa5e47

Browse files
usbalbinm-ou-se
andauthored
Update doc comment
Co-authored-by: Mara Bos <[email protected]>
1 parent be2c8f2 commit baa5e47

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

library/core/src/array/mod.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,11 @@ impl<T, const N: usize> [T; N] {
464464
}
465465

466466
/// 'Zips up' two arrays into a single array of pairs.
467-
/// `zip()` returns a new array where every element is a tuple where the first element comes from the first array, and the second element comes from the second array.
468-
/// In other words, it zips two arrays together, into a single one.
467+
///
468+
/// `zip()` returns a new array where every element is a tuple where the
469+
/// first element comes from the first array, and the second element comes
470+
/// from the second array. In other words, it zips two arrays together,
471+
/// into a single one.
469472
///
470473
/// # Examples
471474
///

0 commit comments

Comments
 (0)