mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update version pragma in all documentation examples
This commit is contained in:
+2
-2
@@ -211,7 +211,7 @@ Given the contract:
|
||||
|
||||
::
|
||||
|
||||
pragma solidity ^0.4.16;
|
||||
pragma solidity >=0.4.16 <0.6.0;
|
||||
|
||||
contract Foo {
|
||||
function bar(bytes3[2] memory) public pure {}
|
||||
@@ -515,7 +515,7 @@ As an example, the code
|
||||
|
||||
::
|
||||
|
||||
pragma solidity ^0.4.19;
|
||||
pragma solidity >=0.4.19 <0.6.0;
|
||||
pragma experimental ABIEncoderV2;
|
||||
|
||||
contract Test {
|
||||
|
||||
Reference in New Issue
Block a user