Skip to content

Commit

Permalink
Merge pull request #1744 from x0rw/patch-1
Browse files Browse the repository at this point in the history
Update boolean.md, Comment breaks paragraph format
  • Loading branch information
ehuss authored Feb 25, 2025
2 parents 615b4ce + 6037993 commit 4e2e24b
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 4e2e24b

Please sign in to comment.