diff options
author | chriseth <chris@ethereum.org> | 2018-04-17 01:55:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 01:55:56 +0800 |
commit | af18b4deb8abeb3954639d06aff0f7f3353877bd (patch) | |
tree | 999614ba61777529b29697e4dd4c4b5d3bc95b07 /docs/types.rst | |
parent | 8be4cba5703a4baa1a4f2347d98c9f3e5b158cc4 (diff) | |
parent | 8a7224683b8fbf7c822922dca35ee2eda8e41d79 (diff) | |
download | dexon-solidity-af18b4deb8abeb3954639d06aff0f7f3353877bd.tar.gz dexon-solidity-af18b4deb8abeb3954639d06aff0f7f3353877bd.tar.zst dexon-solidity-af18b4deb8abeb3954639d06aff0f7f3353877bd.zip |
Merge pull request #3885 from LefterisJP/update_solidity_version_where_revert_with_reason
Docs: Update solidity version for revert with reason
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 cf8f91be..5c20dc67 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.21; + pragma solidity ^0.4.22; contract Oracle { struct Request { |