diff options
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 |