Skip to content

Commit

Permalink
Make mention of if more generic
Browse files Browse the repository at this point in the history
`if` can be a statement or also an expression.
  • Loading branch information
frewsxcv committed May 12, 2015
1 parent 4b88e8f commit d13f765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/primitive-types.md
Expand Up @@ -15,7 +15,7 @@ let x = true;
let y: bool = false;
```

A common use of booleans is in [`if` statements][if].
A common use of booleans is in [`if` conditionals][if].

[if]: if.html

Expand Down

0 comments on commit d13f765

Please sign in to comment.