From 954bae9df17681e611be4bf943c34b492db46dc8 Mon Sep 17 00:00:00 2001 From: Jake Scott Date: Sun, 10 Aug 2014 20:26:57 +1200 Subject: [PATCH] Fix typo `convering` to `converting` --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index a5091f41974b4..8a5277c427819 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -2090,7 +2090,7 @@ In this case, I happen to prefer the latter, and in the `random()` case, I prefe the former. I think the nested `<>`s make the first option especially ugly and a bit harder to read. -Anyway, with us now convering our input to a number, our code looks like this: +Anyway, with us now converting our input to a number, our code looks like this: ```{rust,ignore} use std::io;