aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contracts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contracts.rst')
-rw-r--r--docs/contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 98419430..682cb378 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -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 }