From d51220490bb11209811e7b29b67c12387a6be97f Mon Sep 17 00:00:00 2001 From: x0rw Date: Tue, 25 Feb 2025 14:44:27 +0000 Subject: [PATCH 1/2] Update boolean.md, Comment breaks paragraph format --- src/types/boolean.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/boolean.md b/src/types/boolean.md index f1aa6977f..c3196385f 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 From 603799331827486a452d2b825cdec18612ece5a1 Mon Sep 17 00:00:00 2001 From: x0rw Date: Tue, 25 Feb 2025 14:58:46 +0000 Subject: [PATCH 2/2] Update boolean.md, Removing space at the end of line --- src/types/boolean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/boolean.md b/src/types/boolean.md index c3196385f..83c4b8193 100644 --- a/src/types/boolean.md +++ b/src/types/boolean.md @@ -47,7 +47,7 @@ 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, +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]