aboutsummaryrefslogtreecommitdiffstats
path: root/docs/layout-of-source-files.rst
diff options
context:
space:
mode:
authorVutsal Singhal <vutsalsinghal@gmail.com>2018-05-27 03:37:52 +0800
committerGitHub <noreply@github.com>2018-05-27 03:37:52 +0800
commit2fa692a70a01ab32b0efe0b779fa783a0b024437 (patch)
tree4cd55b477345e0ebdd71164106d7a4945d9f2f1c /docs/layout-of-source-files.rst
parentf5f1bec75995c8e1025750df149c08e3287f7bcb (diff)
downloaddexon-solidity-2fa692a70a01ab32b0efe0b779fa783a0b024437.tar
dexon-solidity-2fa692a70a01ab32b0efe0b779fa783a0b024437.tar.gz
dexon-solidity-2fa692a70a01ab32b0efe0b779fa783a0b024437.tar.bz2
dexon-solidity-2fa692a70a01ab32b0efe0b779fa783a0b024437.tar.lz
dexon-solidity-2fa692a70a01ab32b0efe0b779fa783a0b024437.tar.xz
dexon-solidity-2fa692a70a01ab32b0efe0b779fa783a0b024437.tar.zst
dexon-solidity-2fa692a70a01ab32b0efe0b779fa783a0b024437.zip
CapsCase instead of camelCase
Diffstat (limited to 'docs/layout-of-source-files.rst')
-rw-r--r--docs/layout-of-source-files.rst2
1 files changed, 1 insertions, 1 deletions
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.