Change the title of if statement in trpl book.

This commit is contained in:
Logan Chien 2015-01-20 00:41:53 +08:00
parent 43f2c199e4
commit 8c3d914ca4

View file

@ -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