Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/types/boolean.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Like all primitives, the boolean type [implements][p-impl] the
r[type.bool.expr]
## Operations on boolean values

<!-- This is washy wording --> When using certain operator expressions with a
boolean type for its operands, they evaluate using the rules of [boolean logic].
When using certain operator expressions with a boolean type for its operands,
they evaluate using the rules of [boolean logic].

r[type.bool.expr.not]
### Logical not
Expand Down