aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 00e38bc4..86cdb3c4 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -301,7 +301,7 @@ inheritable properties of contracts and may be overridden by derived contracts.
::
- pragma solidity ^0.4.24;
+ pragma solidity >0.4.24;
contract owned {
constructor() public { owner = msg.sender; }