Fix small formatting issue

in which a constant was not treated as code, inconsistent with surrounding examples.
This commit is contained in:
wbt
2018-03-30 15:28:15 -04:00
committed by GitHub
parent 326d656a55
commit 8aadc179ae
+1 -1
View File
@@ -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