From 2fa692a70a01ab32b0efe0b779fa783a0b024437 Mon Sep 17 00:00:00 2001 From: Vutsal Singhal Date: Sat, 26 May 2018 15:37:52 -0400 Subject: CapsCase instead of camelCase --- docs/layout-of-source-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/layout-of-source-files.rst') diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index f9d197b7..81faf816 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -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. -- cgit