Removed some problems in documentation examples.

This commit is contained in:
chriseth
2016-05-31 13:56:16 +02:00
parent 4be92c0c39
commit f9c8a9b5ca
3 changed files with 58 additions and 28 deletions
-4
View File
@@ -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 {