mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove after keyword from documentation
This commit is contained in:
parent
faf0b3f669
commit
1ff7ba0b06
@ -228,7 +228,7 @@ The following is the order of precedence for operators, listed in order of evalu
|
||||
+ +-------------------------------------+--------------------------------------------+
|
||||
| | Unary plus and minus | ``+``, ``-`` |
|
||||
+ +-------------------------------------+--------------------------------------------+
|
||||
| | Unary operations | ``after``, ``delete`` |
|
||||
| | Unary operations | ``delete`` |
|
||||
+ +-------------------------------------+--------------------------------------------+
|
||||
| | Logical NOT | ``!`` |
|
||||
+ +-------------------------------------+--------------------------------------------+
|
||||
@ -321,4 +321,3 @@ Modifiers
|
||||
- ``constant`` for functions: Disallows modification of state - this is not enforced yet.
|
||||
- ``anonymous`` for events: Does not store event signature as topic.
|
||||
- ``indexed`` for event parameters: Stores the parameter as topic.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user