aboutsummaryrefslogtreecommitdiffstats
path: root/docs/control-structures.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-09-07 18:20:35 +0800
committerchriseth <c@ethdev.com>2016-09-07 18:20:35 +0800
commit057db5984418f06282bba75875dc5cf5dbb30c4d (patch)
treecb00ff199893c417de1fbe753025ad3b8fddee67 /docs/control-structures.rst
parent4f5a95d569408e6a0a94c54b1eb39ea62b873c5e (diff)
downloaddexon-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.rst2
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