Clearer language as suggested by @axic

This commit is contained in:
ethers 2016-11-22 00:47:58 -08:00 committed by GitHub
parent feebe3e755
commit 217f33c252

View File

@ -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: