From 217f33c252e8562a44c683ff1aae9de538ef475b Mon Sep 17 00:00:00 2001 From: ethers Date: Tue, 22 Nov 2016 00:47:58 -0800 Subject: Clearer language as suggested by @axic --- docs/style-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.3