From 696459db2735f18e47d2c6168f8748e763702d03 Mon Sep 17 00:00:00 2001 From: bluss Date: Sun, 6 Aug 2017 00:37:33 +0200 Subject: [PATCH] DOC: Fix typo in doc comment --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 66eca2f..08dab40 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -392,7 +392,6 @@ impl ArrayVec { /// The `index` must be strictly less than the length of the vector. /// /// ***Panics*** if the `index` is out of bounds. - /// vector. /// /// ``` /// use arrayvec::ArrayVec;