mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	CapsCase instead of camelCase
This commit is contained in:
		
							parent
							
								
									f5f1bec759
								
							
						
					
					
						commit
						2fa692a70a
					
				| @ -198,7 +198,7 @@ for the two input parameters and two returned values. | ||||
|     pragma solidity ^0.4.0; | ||||
| 
 | ||||
|     /** @title Shape calculator. */ | ||||
|     contract shapeCalculator { | ||||
|     contract ShapeCalculator { | ||||
|         /** @dev Calculates a rectangle's surface and perimeter. | ||||
|           * @param w Width of the rectangle. | ||||
|           * @param h Height of the rectangle. | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user