mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4192 from vutsalsinghal/patch-1
CapsCase instead of camelCase
This commit is contained in:
commit
8de26058c4
@ -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