From 277f42cef8581c2c9e3b5d894cdd9bdd72ebae7e Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 8 Aug 2021 15:29:06 -0400 Subject: [PATCH] Fix a stray header --- compiler/builtins/docs/Bool.roc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/builtins/docs/Bool.roc b/compiler/builtins/docs/Bool.roc index 65a8662b5a..642733ec3d 100644 --- a/compiler/builtins/docs/Bool.roc +++ b/compiler/builtins/docs/Bool.roc @@ -55,7 +55,7 @@ and : Bool, Bool -> Bool ## ## In some languages, `&&` and `||` are special-cased in the compiler to skip ## evaluating the expression after the operator under certain circumstances. -## # In Roc, this is not the case. See the performance notes for [Bool.and] for details. +## In Roc, this is not the case. See the performance notes for [Bool.and] for details. or : Bool, Bool -> Bool ## Exclusive or