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
commit 8de26058c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.