diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-03-31 04:10:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-31 04:10:02 +0800 |
commit | acd6ec0d033e883e992893a9bfe3a39066d02ce9 (patch) | |
tree | c940aa08ede7e026e43abbf3ac93c2b229821767 | |
parent | 326d656a552ca247b5c96f1921c9c4c828ce93ad (diff) | |
parent | 8aadc179ae9f47a7d56c85b2af492318dc571d5e (diff) | |
download | dexon-solidity-acd6ec0d033e883e992893a9bfe3a39066d02ce9.tar dexon-solidity-acd6ec0d033e883e992893a9bfe3a39066d02ce9.tar.gz dexon-solidity-acd6ec0d033e883e992893a9bfe3a39066d02ce9.tar.bz2 dexon-solidity-acd6ec0d033e883e992893a9bfe3a39066d02ce9.tar.lz dexon-solidity-acd6ec0d033e883e992893a9bfe3a39066d02ce9.tar.xz dexon-solidity-acd6ec0d033e883e992893a9bfe3a39066d02ce9.tar.zst dexon-solidity-acd6ec0d033e883e992893a9bfe3a39066d02ce9.zip |
Merge pull request #3800 from wbt/patch-2
Fix small formatting issue
-rw-r--r-- | docs/style-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 2261746f..ee1ea4bd 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -904,7 +904,7 @@ Constants ========= Constants should be named with all capital letters with underscores separating -words. Examples: ``MAX_BLOCKS``, `TOKEN_NAME`, ``TOKEN_TICKER``, ``CONTRACT_VERSION``. +words. Examples: ``MAX_BLOCKS``, ``TOKEN_NAME``, ``TOKEN_TICKER``, ``CONTRACT_VERSION``. Modifier Names |