Merge pull request #4192 from vutsalsinghal/patch-1

CapsCase instead of camelCase
This commit is contained in:
chriseth
2018-05-28 22:07:07 +02:00
committed by GitHub
+1 -1
View File
@@ -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.