Merge pull request #9488 from ethereum/fixDocPragma

Fix pragma in documentation.
This commit is contained in:
chriseth 2020-07-23 12:07:38 +02:00 committed by GitHub
commit 17ef5e2bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ individual elements:
::
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.4.0 <0.7.0;
pragma solidity >=0.4.0 <0.8.0;
contract C {
function f() public pure {