Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hvub committed May 9, 2023
1 parent 649fbb3 commit f3e26d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cip/1.accepted/CIP2021-08-10-Operator-precedence.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,13 @@ Example expressions are:
[IMPORTANT]
.Chains of binary operators
====
In chains of binary operators, the operator have left-to-right associativity, i.e. for every two operators, the operator appearing earlier (more left) in the query string takes precedence and the operator tree is left-deep.
In chains of binary operators, the operators have left-to-right associativity, i.e. for every two operators, the operator appearing earlier (more left) in the query string takes precedence and the operator tree is left-deep.
====

[NOTE]
.Associative binary operators
====
Where the semantics of operator is associative (e.g. addition), a right-deep operator tree produces the same result as a left-deep operator tree.
Where the semantics of an operator is associative (e.g. addition), a right-deep operator tree produces the same result as a left-deep operator tree.
====

Consequently, the examples evaluate as follows:
Expand Down

0 comments on commit f3e26d0

Please sign in to comment.