doc: Fix operator precedence. Closes #2390
This commit is contained in:
parent
9752523f3a
commit
9e4fb320da
1 changed files with 3 additions and 2 deletions
|
@ -1850,11 +1850,12 @@ from strong to weak:
|
|||
|
||||
~~~~ {.precedence}
|
||||
* / %
|
||||
as
|
||||
+ -
|
||||
<< >> >>>
|
||||
&
|
||||
^ |
|
||||
as
|
||||
^
|
||||
|
|
||||
< > <= >=
|
||||
== !=
|
||||
&&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue