From 841ca1492b4098739633dbf8415510b984deb415 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 22 Apr 2019 14:29:08 +0200 Subject: [PATCH] Fix word duplication in docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 727cc7b..c5ba6ed 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -522,7 +522,7 @@ impl ArrayVec { /// This method is `unsafe` because it changes the notion of the /// number of “valid” elements in the vector. Use with care. /// - /// This method uses *debug assertions* to check that check that `length` is + /// This method uses *debug assertions* to check that `length` is /// not greater than the capacity. #[inline] pub unsafe fn set_len(&mut self, length: usize) {