We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af1112 commit 4e76759Copy full SHA for 4e76759
library/std/src/primitive_docs.rs
@@ -11,7 +11,7 @@
11
/// `bool` implements various traits, such as [`BitAnd`], [`BitOr`], [`Not`], etc.,
12
/// which allow us to perform boolean operations using `&`, `|` and `!`.
13
///
14
-/// `if` always demands a `bool` value as its conditional. [`assert!`], which is an
+/// `if` requires a `bool` value as its conditional. [`assert!`], which is an
15
/// important macro in testing, checks whether an expression is `true` and panics
16
/// if it isn't.
17
0 commit comments