We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b814884 + d13f765 commit 5096ce6Copy full SHA for 5096ce6
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