mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adjust docs example to work with v0.8.0
This commit is contained in:
@@ -443,7 +443,7 @@ or ``interface`` using the ``./test/cmdlineTests.sh`` script when you create a P
|
||||
ensure they work and pass tests before creating the PR.
|
||||
|
||||
Ensure that all code examples begin with a ``pragma`` version that spans the largest where the contract code is valid.
|
||||
For example ``pragma solidity >=0.4.0 <0.8.0;``.
|
||||
For example ``pragma solidity >=0.4.0 <0.9.0;``.
|
||||
|
||||
Running Documentation Tests
|
||||
---------------------------
|
||||
|
||||
Reference in New Issue
Block a user