Skip to content

Commit feb3e45

Browse files
authored
Merge pull request #125 from dholbert/patch-1
Fix typo in code comment ('minumum')
2 parents ee5fe38 + e2c9a13 commit feb3e45

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)