diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 048283e8d..95cddde36 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -336,12 +336,12 @@ The following is the order of precedence for operators, listed in order of evalu | *13* | Logical OR | ``||`` | +------------+-------------------------------------+--------------------------------------------+ | *14* | Ternary operator | `` ? : `` | -+------------+-------------------------------------+--------------------------------------------+ -| *15* | Assignment operators | ``=``, ``|=``, ``^=``, ``&=``, ``<<=``, | ++ +-------------------------------------+--------------------------------------------+ +| | Assignment operators | ``=``, ``|=``, ``^=``, ``&=``, ``<<=``, | | | | ``>>=``, ``+=``, ``-=``, ``*=``, ``/=``, | | | | ``%=`` | +------------+-------------------------------------+--------------------------------------------+ -| *16* | Comma operator | ``,`` | +| *15* | Comma operator | ``,`` | +------------+-------------------------------------+--------------------------------------------+ .. index:: assert, block, coinbase, difficulty, number, block;number, timestamp, block;timestamp, msg, data, gas, sender, value, now, gas price, origin, revert, require, keccak256, ripemd160, sha256, ecrecover, addmod, mulmod, cryptography, this, super, selfdestruct, balance, send