DOC: Copyedit the Array doc comment again

This commit is contained in:
bluss
2019-09-25 14:48:16 +02:00
parent abf1bb5a0a
commit 70a9ad67af
+4 -4
View File
@@ -15,11 +15,11 @@
///
/// ## Safety
///
/// If implemented, this trait can only be implmented by fixed-size arrays or
/// types with exactly the representation of a fixed size array (of the right
/// element type and capacity).
/// This trait can *only* be implemented by fixed-size arrays or types with
/// *exactly* the representation of a fixed size array (of the right element
/// type and capacity).
///
/// Normally this trait is an implementation detail of arrayvec and doesn't
/// Normally this trait is an implementation detail of arrayvec and doesnt
/// need implementing.
pub unsafe trait Array {
/// The arrays element type