diff options
author | Piper Merriam <pipermerriam@gmail.com> | 2016-01-07 07:26:08 +0800 |
---|---|---|
committer | Piper Merriam <pipermerriam@gmail.com> | 2016-01-07 07:26:08 +0800 |
commit | 3af5db99b8239899935286844aa8f053f94af9a4 (patch) | |
tree | 1e3c42a59a9e74b031c0bfcd940b0354a408f131 /docs | |
parent | d1882bc7539865ef067c65f9d9dc074ca9530a8a (diff) | |
download | dexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.tar dexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.tar.gz dexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.tar.bz2 dexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.tar.lz dexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.tar.xz dexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.tar.zst dexon-solidity-3af5db99b8239899935286844aa8f053f94af9a4.zip |
fix spelling and heading title
Diffstat (limited to 'docs')
-rw-r--r-- | docs/style-guide.rst | 6 |
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. |