DOC: Copyedit the Array doc comment again
This commit is contained in:
+4
-4
@@ -15,11 +15,11 @@
|
|||||||
///
|
///
|
||||||
/// ## Safety
|
/// ## Safety
|
||||||
///
|
///
|
||||||
/// If implemented, this trait can only be implmented by fixed-size arrays or
|
/// This trait can *only* be implemented by fixed-size arrays or types with
|
||||||
/// types with exactly the representation of a fixed size array (of the right
|
/// *exactly* the representation of a fixed size array (of the right element
|
||||||
/// element type and capacity).
|
/// 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 doesn’t
|
||||||
/// need implementing.
|
/// need implementing.
|
||||||
pub unsafe trait Array {
|
pub unsafe trait Array {
|
||||||
/// The array’s element type
|
/// The array’s element type
|
||||||
|
|||||||
Reference in New Issue
Block a user