mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix small formatting issue
in which a constant was not treated as code, inconsistent with surrounding examples.
This commit is contained in:
parent
326d656a55
commit
8aadc179ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user