aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style-guide.rst
diff options
context:
space:
mode:
authorPiper Merriam <pipermerriam@gmail.com>2016-01-07 07:26:08 +0800
committerPiper Merriam <pipermerriam@gmail.com>2016-01-07 07:26:08 +0800
commit3af5db99b8239899935286844aa8f053f94af9a4 (patch)
tree1e3c42a59a9e74b031c0bfcd940b0354a408f131 /docs/style-guide.rst
parentd1882bc7539865ef067c65f9d9dc074ca9530a8a (diff)
downloaddexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.tar.gz
dexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.tar.zst
dexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.zip
fix spelling and heading title
Diffstat (limited to 'docs/style-guide.rst')
-rw-r--r--docs/style-guide.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst
index 2c979296..0e782e23 100644
--- a/docs/style-guide.rst
+++ b/docs/style-guide.rst
@@ -538,7 +538,7 @@ Naming conventions are powerful when adopted and used broadly. The use of
different conventions can convey significant *meta* information that would
otherwise not be immediately available.
-The naming recomendations given here are intended to improve the readability,
+The naming recommendations given here are intended to improve the readability,
and thus they are not rules, but rather guidelines to try and help convey the
most information through the names of things.
@@ -601,8 +601,8 @@ When writing library functions that operate on a custom struct, the struct
should be the first argument and should always be named ``self``.
-Contract and Local Variables
-============================
+Local and State Variables
+=========================
Use mixedCase.