From 69127f2f4e467aa206727f431819c5ce98810887 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 18 Jul 2014 23:11:25 -0700 Subject: [PATCH] Fix typo. --- 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 b05d0e8ea35..0175817e66a 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -583,7 +583,7 @@ arguments we pass to functions and macros, if you're passing more than one. When you just use the double curly braces, Rust will attempt to display the value in a meaningful way by checking out its type. If you want to specify the format in a more detailed manner, there are a [wide number of options -available](/std/fmt/index.html). Fow now, we'll just stick to the default: +available](/std/fmt/index.html). For now, we'll just stick to the default: integers aren't very complicated to print. So, we've cleared up all of the confusion around bindings, with one exception: