about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-21 09:14:41 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-21 09:14:41 -0800
commite4434f97afec86b6021c73be734c637815436279 (patch)
tree242e8533cbe0e39ba2de7b2843c4cd09fac18431
parent9227db398aa6ec4a538fc2d5a9d4f53e9ae7b9da (diff)
parent8c3d914ca469fa603b7872514de2c55e9df4dd77 (diff)
rollup merge of #21393: loganchien/fix-if-stmt-doc-title
Slightly change the title to make it look more consistent with other chapters (e.g. Match.)
-rw-r--r--src/doc/trpl/if.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/if.md b/src/doc/trpl/if.md
index ea1da167458..a350df67b17 100644
--- a/src/doc/trpl/if.md
+++ b/src/doc/trpl/if.md
@@ -1,4 +1,4 @@
-% `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