diff --git a/src/types/boolean.md b/src/types/boolean.md index f1aa6977f..83c4b8193 100644 --- a/src/types/boolean.md +++ b/src/types/boolean.md @@ -47,8 +47,8 @@ Like all primitives, the boolean type [implements][p-impl] the r[type.bool.expr] ## Operations on boolean values - 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