From 73d395e6dbde3e720544a660c95f407378b5be70 Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Tue, 16 Dec 2014 12:57:51 -0500 Subject: [PATCH] Change 'if' to lowercase, so it displays better on the site --- 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 da111cbe6b47b..79b2d129766d6 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -538,7 +538,7 @@ format in a more detailed manner, there are a [wide number of options available](std/fmt/index.html). For now, we'll just stick to the default: integers aren't very complicated to print. -# If +# `if` Rust's take on `if` is not particularly complex, but it's much more like the `if` you'll find in a dynamically typed language than in a more traditional