Skip to content

Commit 70a9ad6

Browse files
committed
DOC: Copyedit the Array doc comment again
1 parent abf1bb5 commit 70a9ad6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/array.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
///
1616
/// ## Safety
1717
///
18-
/// If implemented, this trait can only be implmented by fixed-size arrays or
19-
/// types with exactly the representation of a fixed size array (of the right
20-
/// element type and capacity).
18+
/// This trait can *only* be implemented by fixed-size arrays or types with
19+
/// *exactly* the representation of a fixed size array (of the right element
20+
/// type and capacity).
2121
///
22-
/// Normally this trait is an implementation detail of arrayvec and doesn't
22+
/// Normally this trait is an implementation detail of arrayvec and doesnt
2323
/// need implementing.
2424
pub unsafe trait Array {
2525
/// The array’s element type

0 commit comments

Comments
 (0)