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.
|
/// The `index` must be strictly less than the length of the vector.
|
||||||
///
|
///
|
||||||
/// ***Panics*** if the `index` is out of bounds.
|
/// ***Panics*** if the `index` is out of bounds.
|
||||||
/// vector.
|
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// use arrayvec::ArrayVec;
|
/// use arrayvec::ArrayVec;
|
||||||
|
|||||||
Reference in New Issue
Block a user