Skip to content

Commit b9d662a

Browse files
author
Nathaniel Ringo
committed
Fixes incorrect formatting in array's documentation.
1 parent 3b5754e commit b9d662a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ mod prim_pointer { }
277277
/// Arrays of sizes from 0 to 32 (inclusive) implement the following traits if
278278
/// the element type allows it:
279279
///
280-
/// - [`Clone`][clone] (only if `T: [Copy][copy]`)
280+
/// - [`Clone`][clone] (only if `T: `[`Copy`][copy])
281281
/// - [`Debug`][debug]
282282
/// - [`IntoIterator`][intoiterator] (implemented for `&[T; N]` and `&mut [T; N]`)
283283
/// - [`PartialEq`][partialeq], [`PartialOrd`][partialord], [`Eq`][eq], [`Ord`][ord]

0 commit comments

Comments
 (0)