diff options
author | chriseth <chris@ethereum.org> | 2018-03-02 19:29:48 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-02 19:29:48 +0800 |
commit | 66ee9aa2f1d5af5dbabd6699e98935261d49558c (patch) | |
tree | b648e926d566fb8b8210b2f8c091aaac8a1fefb9 /docs/types.rst | |
parent | c9840c98f45e6fa9258ec4624219622f5f71c75c (diff) | |
download | dexon-solidity-66ee9aa2f1d5af5dbabd6699e98935261d49558c.tar.gz dexon-solidity-66ee9aa2f1d5af5dbabd6699e98935261d49558c.tar.zst dexon-solidity-66ee9aa2f1d5af5dbabd6699e98935261d49558c.zip |
Use 0.4.21 pragma for documentation that uses "emit".
Diffstat (limited to 'docs/types.rst')
-rw-r--r-- | docs/types.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst index 3611bc3e..e704687e 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -470,7 +470,7 @@ Example that shows how to use internal function types:: Another example that uses external function types:: - pragma solidity ^0.4.20; // should actually be 0.4.21 + pragma solidity ^0.4.21; contract Oracle { struct Request { |