Skip to content

Commit 73d395e

Browse files
committed
Change 'if' to lowercase, so it displays better on the site
1 parent 4375be6 commit 73d395e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ format in a more detailed manner, there are a [wide number of options
538538
available](std/fmt/index.html). For now, we'll just stick to the default:
539539
integers aren't very complicated to print.
540540

541-
# If
541+
# `if`
542542

543543
Rust's take on `if` is not particularly complex, but it's much more like the
544544
`if` you'll find in a dynamically typed language than in a more traditional

0 commit comments

Comments
 (0)