Skip to content

Commit

Permalink
Tiny typo of "positive"
Browse files Browse the repository at this point in the history
  • Loading branch information
ben0x539 committed Jun 21, 2015
1 parent 069681a commit 709641b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro.md
Expand Up @@ -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) {
Expand Down

0 comments on commit 709641b

Please sign in to comment.