CapsCase instead of camelCase

This commit is contained in:
Vutsal Singhal
2018-05-26 15:37:52 -04:00
committed by GitHub
parent f5f1bec759
commit 2fa692a70a
+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.