Tiny typo of "positive"
This commit is contained in:
parent
069681a953
commit
709641bdf0
1 changed files with 1 additions and 1 deletions
2
intro.md
2
intro.md
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue