mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9488 from ethereum/fixDocPragma
Fix pragma in documentation.
This commit is contained in:
commit
17ef5e2bef
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user