mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5683 from Zacharius/5673-doc_enum_fix
5673 doc enum fix
This commit is contained in:
commit
8875092073
@ -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