We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if
1 parent 4b88e8f commit d13f765Copy full SHA for d13f765
src/doc/trpl/primitive-types.md
@@ -15,7 +15,7 @@ let x = true;
15
let y: bool = false;
16
```
17
18
-A common use of booleans is in [`if` statements][if].
+A common use of booleans is in [`if` conditionals][if].
19
20
[if]: if.html
21
0 commit comments