From 709641bdf0c8778aab0f02b2f8cf631940fe7cbb Mon Sep 17 00:00:00 2001 From: Benjamin Herr Date: Sun, 21 Jun 2015 16:03:29 +0200 Subject: [PATCH] Tiny typo of "positive" --- intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.md b/intro.md index f380f98a7dc0..939ba4fa2129 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) {