mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Fix version pragma in documentation.
This commit is contained in:
		
							parent
							
								
									6a0b7759ba
								
							
						
					
					
						commit
						0712da6421
					
				| @ -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 { |     contract C { | ||||||
|         uint[] data; |         uint[] data; | ||||||
|  | |||||||
| @ -173,7 +173,7 @@ situation. | |||||||
| 
 | 
 | ||||||
| If you do not want to throw, you can return a pair:: | 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 { |     contract C { | ||||||
|         uint[] counters; |         uint[] counters; | ||||||
|  | |||||||
| @ -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 { |     contract BlindAuction { | ||||||
|         struct Bid { |         struct Bid { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user