diff --git a/src/array.rs b/src/array.rs index 33268f8..dcc441f 100644 --- a/src/array.rs +++ b/src/array.rs @@ -1,5 +1,4 @@ -/// A trait for types that can be the backing store of an -/// [`ArrayVec`](ArrayVec::). +/// A trait for types that are an array. /// /// An "array", for our purposes, has the following properties: /// * Owns some number of elements.