aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style-guide.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-03-16 07:41:02 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-03-16 07:41:02 +0800
commit2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769 (patch)
treea273fa4b87956785b70e3f0ecd3c1833b1ca234e /docs/style-guide.rst
parent0157b86ce655a8dd83f402039a4740a9b7d2eea6 (diff)
downloaddexon-solidity-2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769.tar
dexon-solidity-2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769.tar.gz
dexon-solidity-2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769.tar.bz2
dexon-solidity-2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769.tar.lz
dexon-solidity-2d8b0fdc39eb8ddaa840fb1ecd478ad7869cb769.tar.xz
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.rst2
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::