Skip to content

Commit e2c9a13

Browse files
authored
Fix typo in code comment ('minumum')
Just fixing a misspelling in a code comment ('minumum' -- first 'u' should be an 'i')
1 parent ee5fe38 commit e2c9a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ impl<A: Array> SmallVec<A> {
683683
}
684684
}
685685

686-
/// Reserve the minumum capacity for `additional` more elements to be inserted.
686+
/// Reserve the minimum capacity for `additional` more elements to be inserted.
687687
///
688688
/// Panics if the new capacity overflows `usize`.
689689
pub fn reserve_exact(&mut self, additional: usize) {

0 commit comments

Comments
 (0)