mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Clearer language as suggested by @axic
This commit is contained in:
parent
feebe3e755
commit
217f33c252
@ -153,7 +153,7 @@ No::
|
|||||||
Order of Functions
|
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:
|
Functions should be grouped according to their visibility and ordered:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user