Skip to content

Commit 9932ced

Browse files
authored
Merge pull request #121 from badboy/patch-1
Fix word duplication in docs
2 parents fd4a646 + 841ca14 commit 9932ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ impl<A: Array> ArrayVec<A> {
522522
/// This method is `unsafe` because it changes the notion of the
523523
/// number of “valid” elements in the vector. Use with care.
524524
///
525-
/// This method uses *debug assertions* to check that check that `length` is
525+
/// This method uses *debug assertions* to check that `length` is
526526
/// not greater than the capacity.
527527
#[inline]
528528
pub unsafe fn set_len(&mut self, length: usize) {

0 commit comments

Comments
 (0)