Skip to content

Commit

Permalink
Update docs/language/expressions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Treuhaft <[email protected]>
  • Loading branch information
mattnibs and nwt authored Sep 25, 2023
1 parent 51160b8 commit 7f96940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ produces

## Logic

The keywords `and`, `or`, and `not` or `!` perform logic on operands of type `bool`.
The keywords `and`, `or`, `not`, and `!` perform logic on operands of type `bool`.
The binary operators `and` and `or` operate on Boolean values and result in
an error value if either operand is not a Boolean. Likewise, `not` (and its
equivalent `!`) operates on its unary operand and results in an error if its
Expand Down

0 comments on commit 7f96940

Please sign in to comment.