aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorethers <ethereum@outlook.com>2016-11-22 16:47:58 +0800
committerGitHub <noreply@github.com>2016-11-22 16:47:58 +0800
commit217f33c252e8562a44c683ff1aae9de538ef475b (patch)
tree0f790d51d6e03f8aab5c9fa6d06df7e54d661b57 /docs
parentfeebe3e7555a6977acd787d255cb8a2f085a4efe (diff)
downloaddexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.tar
dexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.tar.gz
dexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.tar.bz2
dexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.tar.lz
dexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.tar.xz
dexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.tar.zst
dexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.zip
Clearer language as suggested by @axic
Diffstat (limited to 'docs')
-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 eef04099..9aae3d7b 100644
--- a/docs/style-guide.rst
+++ b/docs/style-guide.rst
@@ -153,7 +153,7 @@ No::
Order of Functions
==================
-Ordering helps readers identify which functions they can call, and to find the "specials" (constructor and fallback function).
+Ordering helps readers identify which functions they can call and to find the constructor and fallback definitions easier.
Functions should be grouped according to their visibility and ordered: