Skip to content

Commit

Permalink
Merge pull request #125 from dholbert/patch-1
Browse files Browse the repository at this point in the history
Fix typo in code comment ('minumum')
  • Loading branch information
mbrubeck committed Sep 15, 2018
2 parents ee5fe38 + e2c9a13 commit feb3e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.rs
Expand Up @@ -683,7 +683,7 @@ impl<A: Array> SmallVec<A> {
}
}

/// Reserve the minumum capacity for `additional` more elements to be inserted.
/// Reserve the minimum capacity for `additional` more elements to be inserted.
///
/// Panics if the new capacity overflows `usize`.
pub fn reserve_exact(&mut self, additional: usize) {
Expand Down

0 comments on commit feb3e45

Please sign in to comment.