DOC: Fix typo in doc comment

This commit is contained in:
bluss
2017-08-06 00:37:33 +02:00
parent 689e55b61d
commit 696459db27
-1
View File
@@ -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;