Fix pragma in documentation.

This commit is contained in:
chriseth 2020-07-23 11:28:42 +02:00
parent a46c685295
commit c4ba2e1956

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 {