mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
Fix a stray header
This commit is contained in:
parent
6082c1f856
commit
277f42cef8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user