Tiny typo of "positive"

This commit is contained in:
Benjamin Herr 2015-06-21 16:03:29 +02:00
parent 069681a953
commit 709641bdf0

View file

@ -230,7 +230,7 @@ struct Vec<T> {
}
// Note this implementation does not correctly handle zero-sized types.
// We currently live in a nice imaginary world of only postive fixed-size
// We currently live in a nice imaginary world of only positive fixed-size
// types.
impl<T> Vec<T> {
fn push(&mut self, elem: T) {