Merge pull request #5170 from ethereum/minorFixes

Minor fixes
This commit is contained in:
Alex Beregszaszi 2018-10-09 06:24:50 +01:00 committed by GitHub
commit 15e4a5fc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -279,7 +279,7 @@ groupings of expressions.
::
pragma solidity >0.4.23 <0.5.0;
pragma solidity >0.4.23 <0.6.0;
contract C {
uint[] data;

View File

@ -173,7 +173,7 @@ situation.
If you do not want to throw, you can return a pair::
pragma solidity >0.4.23 <0.5.0;
pragma solidity >0.4.23 <0.6.0;
contract C {
uint[] counters;

View File

@ -389,7 +389,7 @@ high or low invalid bids.
::
pragma solidity >0.4.23 <0.5.0;
pragma solidity >0.4.23 <0.6.0;
contract BlindAuction {
struct Bid {