diff --git a/intro.md b/intro.md index f380f98..939ba4f 100644 --- a/intro.md +++ b/intro.md @@ -230,7 +230,7 @@ struct Vec { } // 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 Vec { fn push(&mut self, elem: T) {