Merge pull request #5683 from Zacharius/5673-doc_enum_fix

5673 doc enum fix
This commit is contained in:
chriseth 2018-12-19 12:31:29 +01:00 committed by GitHub
commit 8875092073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }