From ca5e6a6bd4734483c2ead97562286f9c32033bc0 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Tue, 26 Jul 2016 14:01:01 -0400 Subject: Fix assignment operators --- docs/miscellaneous.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 46867ab5..dd4bb9b0 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -204,6 +204,7 @@ The following is the order of precedence for operators, listed in order of evalu | *14* | Ternary operator | `` ? : `` | +------------+-------------------------------------+--------------------------------------------+ | *15* | Assignment operators | ``=``, ``|=``, ``^=``, ``&=``, ``<<=``, | +| | | ``>>=``, ``>>>=``, ``+=``, ``-=``, ``*=``, | | | | ``/=``, ``%=`` | +------------+-------------------------------------+--------------------------------------------+ -- cgit v1.2.3