Skip to content

Commit

Permalink
Merge pull request #19930 from cllns/lowercase-if
Browse files Browse the repository at this point in the history
Change 'if' to lowercase, so it displays better on the site

Reviewed-by: steveklabnik
  • Loading branch information
bors committed Dec 17, 2014
2 parents 4f1adbc + 73d395e commit 0fdebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,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
Expand Down

0 comments on commit 0fdebc8

Please sign in to comment.