Skip to content

Commit

Permalink
Clearer language as suggested by @axic
Browse files Browse the repository at this point in the history
  • Loading branch information
ethers authored Nov 22, 2016
1 parent feebe3e commit 217f33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 217f33c

Please sign in to comment.