diff options
author | ethers <ethereum@outlook.com> | 2016-11-22 16:47:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 16:47:58 +0800 |
commit | 217f33c252e8562a44c683ff1aae9de538ef475b (patch) | |
tree | 0f790d51d6e03f8aab5c9fa6d06df7e54d661b57 /docs/style-guide.rst | |
parent | feebe3e7555a6977acd787d255cb8a2f085a4efe (diff) | |
download | dexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.tar.gz dexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.tar.zst dexon-solidity-217f33c252e8562a44c683ff1aae9de538ef475b.zip |
Clearer language as suggested by @axic
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 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: |