diff options
Diffstat (limited to 'docs')
-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: |