Skip to content

Commit

Permalink
parenthized -> paranthesized
Browse files Browse the repository at this point in the history
Signed-off-by: Calum Murray <[email protected]>
  • Loading branch information
Cali0707 committed May 28, 2024
1 parent 4c387fe commit 3151952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cesql/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ function, along with a _FunctionEvaluationError_.

### 3.6. Evaluation of the expression

Operators MUST be evaluated in left to right order, where all operators within a parenthized expression MUST be evaluated before continuing to the right of the parenthized expression.
Operators MUST be evaluated in left to right order, where all operators within a parenthesized expression MUST be evaluated before continuing to the right of the parenthesized expression.

AND and OR operations MUST be short-circuit evaluated. When the left operand of the AND operation evaluates to `false`, the right operand MUST NOT be evaluated. Similarly, when the
left operand of the OR operation evalues to `true`, the right operand MUST NOT be evaluated.
Expand Down

0 comments on commit 3151952

Please sign in to comment.