mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #2125 from abrahamsangha/fix-typo-solidity-by-example
minor: fix formatting and grammar
This commit is contained in:
		
						commit
						82628a80cc
					
				| @ -51,8 +51,7 @@ of votes. | |||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         // This is a type for a single proposal. |         // This is a type for a single proposal. | ||||||
|         struct Proposal |         struct Proposal { | ||||||
|         { |  | ||||||
|             bytes32 name;   // short name (up to 32 bytes) |             bytes32 name;   // short name (up to 32 bytes) | ||||||
|             uint voteCount; // number of accumulated votes |             uint voteCount; // number of accumulated votes | ||||||
|         } |         } | ||||||
| @ -285,7 +284,7 @@ activate themselves. | |||||||
|                 // highestBidder.send(highestBid) is a security risk |                 // highestBidder.send(highestBid) is a security risk | ||||||
|                 // because it can be prevented by the caller by e.g. |                 // because it can be prevented by the caller by e.g. | ||||||
|                 // raising the call stack to 1023. It is always safer |                 // raising the call stack to 1023. It is always safer | ||||||
|                 // to let the recipient withdraw their money themselves. |                 // to let the recipients withdraw their money themselves. | ||||||
|                 pendingReturns[highestBidder] += highestBid; |                 pendingReturns[highestBidder] += highestBid; | ||||||
|             } |             } | ||||||
|             highestBidder = msg.sender; |             highestBidder = msg.sender; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user