mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
changed interface code example to illustrate working solidity version
This commit is contained in:
parent
678a95f6e3
commit
af3e6db038
@ -1408,7 +1408,7 @@ Interfaces are denoted by their own keyword:
|
||||
|
||||
::
|
||||
|
||||
pragma solidity >=0.4.11 <0.6.0;
|
||||
pragma solidity >=0.5.0 <0.6.0;
|
||||
|
||||
interface Token {
|
||||
enum TokenType { Fungible, NonFungible }
|
||||
|
Loading…
Reference in New Issue
Block a user