Skip to content

Commit 4e2e24b

Browse files
authored
Merge pull request #1744 from x0rw/patch-1
Update boolean.md, Comment breaks paragraph format
2 parents 615b4ce + 6037993 commit 4e2e24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/boolean.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Like all primitives, the boolean type [implements][p-impl] the
4747
r[type.bool.expr]
4848
## Operations on boolean values
4949

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

5353
r[type.bool.expr.not]
5454
### Logical not

0 commit comments

Comments
 (0)