mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removed some problems in documentation examples.
This commit is contained in:
@@ -28,8 +28,6 @@ functions and this is what this page is about.
|
||||
The use of **function modifiers** makes these
|
||||
restrictions highly readable.
|
||||
|
||||
.. {% include open_link gist="fe4ef267cbdeac151b98" %}
|
||||
|
||||
::
|
||||
|
||||
contract AccessRestriction {
|
||||
@@ -167,8 +165,6 @@ function finishes.
|
||||
return. If you want to do that, make sure
|
||||
to call nextStage manually from those functions.
|
||||
|
||||
.. {% include open_link gist="0a221eaceb6d708bf271" %}
|
||||
|
||||
::
|
||||
|
||||
contract StateMachine {
|
||||
|
||||
Reference in New Issue
Block a user