DOC: Fix typo in doc comment
This commit is contained in:
@@ -392,7 +392,6 @@ impl<A: Array> ArrayVec<A> {
|
||||
/// The `index` must be strictly less than the length of the vector.
|
||||
///
|
||||
/// ***Panics*** if the `index` is out of bounds.
|
||||
/// vector.
|
||||
///
|
||||
/// ```
|
||||
/// use arrayvec::ArrayVec;
|
||||
|
||||
Reference in New Issue
Block a user