Fix a stray header

This commit is contained in:
Richard Feldman 2021-08-08 15:29:06 -04:00
parent 6082c1f856
commit 277f42cef8

View File

@ -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