diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-16 07:41:02 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-16 07:41:02 +0800 |
commit | 2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769 (patch) | |
tree | a273fa4b87956785b70e3f0ecd3c1833b1ca234e /docs/style-guide.rst | |
parent | 0157b86ce655a8dd83f402039a4740a9b7d2eea6 (diff) | |
download | dexon-solidity-2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769.tar.gz dexon-solidity-2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769.tar.zst dexon-solidity-2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769.zip |
Fix inconsistent use of single backticks
Diffstat (limited to 'docs/style-guide.rst')
-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 9aae3d7b..0742d2e9 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -164,7 +164,7 @@ Functions should be grouped according to their visibility and ordered: - internal - private -Within a grouping, place the `constant` functions last. +Within a grouping, place the ``constant`` functions last. Yes:: |