doc: Fix operator precedence. Closes #2390
This commit is contained in:
parent
9752523f3a
commit
9e4fb320da
@ -1850,11 +1850,12 @@ from strong to weak:
|
||||
|
||||
~~~~ {.precedence}
|
||||
* / %
|
||||
as
|
||||
+ -
|
||||
<< >> >>>
|
||||
&
|
||||
^ |
|
||||
as
|
||||
^
|
||||
|
|
||||
< > <= >=
|
||||
== !=
|
||||
&&
|
||||
|
Loading…
x
Reference in New Issue
Block a user