diff --git a/lib.rs b/lib.rs index 959bbb1..b1cfb37 100644 --- a/lib.rs +++ b/lib.rs @@ -683,7 +683,7 @@ impl SmallVec { } } - /// 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) {