From 96efb3776ddef687bb56e8ccb0af1978df677b40 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 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) {