Remove after keyword from documentation

This commit is contained in:
Denton Liu 2016-08-10 15:09:28 -04:00
parent faf0b3f669
commit 1ff7ba0b06

View File

@ -228,7 +228,7 @@ The following is the order of precedence for operators, listed in order of evalu
+ +-------------------------------------+--------------------------------------------+ + +-------------------------------------+--------------------------------------------+
| | Unary plus and minus | ``+``, ``-`` | | | Unary plus and minus | ``+``, ``-`` |
+ +-------------------------------------+--------------------------------------------+ + +-------------------------------------+--------------------------------------------+
| | Unary operations | ``after``, ``delete`` | | | Unary operations | ``delete`` |
+ +-------------------------------------+--------------------------------------------+ + +-------------------------------------+--------------------------------------------+
| | Logical NOT | ``!`` | | | Logical NOT | ``!`` |
+ +-------------------------------------+--------------------------------------------+ + +-------------------------------------+--------------------------------------------+
@ -321,4 +321,3 @@ Modifiers
- ``constant`` for functions: Disallows modification of state - this is not enforced yet. - ``constant`` for functions: Disallows modification of state - this is not enforced yet.
- ``anonymous`` for events: Does not store event signature as topic. - ``anonymous`` for events: Does not store event signature as topic.
- ``indexed`` for event parameters: Stores the parameter as topic. - ``indexed`` for event parameters: Stores the parameter as topic.