Skip to content

Commit 4e76759

Browse files
authored
always demands -> requires
1 parent 4af1112 commit 4e76759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/// `bool` implements various traits, such as [`BitAnd`], [`BitOr`], [`Not`], etc.,
1212
/// which allow us to perform boolean operations using `&`, `|` and `!`.
1313
///
14-
/// `if` always demands a `bool` value as its conditional. [`assert!`], which is an
14+
/// `if` requires a `bool` value as its conditional. [`assert!`], which is an
1515
/// important macro in testing, checks whether an expression is `true` and panics
1616
/// if it isn't.
1717
///

0 commit comments

Comments
 (0)