diff options
author | chriseth <c@ethdev.com> | 2016-09-07 18:20:35 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-07 18:20:35 +0800 |
commit | 057db5984418f06282bba75875dc5cf5dbb30c4d (patch) | |
tree | cb00ff199893c417de1fbe753025ad3b8fddee67 /docs/control-structures.rst | |
parent | 4f5a95d569408e6a0a94c54b1eb39ea62b873c5e (diff) | |
download | dexon-solidity-057db5984418f06282bba75875dc5cf5dbb30c4d.tar.gz dexon-solidity-057db5984418f06282bba75875dc5cf5dbb30c4d.tar.zst dexon-solidity-057db5984418f06282bba75875dc5cf5dbb30c4d.zip |
Review suggestions.
Diffstat (limited to 'docs/control-structures.rst')
-rw-r--r-- | docs/control-structures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst index c7e17e2d..db24d5c3 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -354,7 +354,7 @@ We now want to describe the inline assembly language in detail. .. warning:: Inline assembly is a way to access the Ethereum Virtual Machine - at a low level. This discards and allows you to bypass several safety + at a low level. This discards several important safety features of Solidity. Example |