We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259ca6d commit ddc8899Copy full SHA for ddc8899
doc/src/sgml/oper.sgml
@@ -58,7 +58,7 @@ has a command (<Command>\dd</Command>) to show these operators.
58
59
<para>
60
Operators have a precedence which is currently hardcoded into the parser.
61
-Most operators have the same precedence and are non-associative. This may lead
+Most operators have the same precedence and are left-associative. This may lead
62
to non-intuitive behavior; for example the boolean operators "<" and ">"
63
have a different precedence that the boolean operators "<=" and ">=".
64
0 commit comments