Skip to content

Commit 26f79cb

Browse files
committed
clarify: function grouping is matter of preference
1 parent d125447 commit 26f79cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The correct way to apply the function grouping style when chaining is to use it
236236
($ '#selektor').addClass('klass').hide() # Yes
237237
($ '#selektor').(addClass 'klass').hide() # No
238238

239-
**If this function grouping style is adopted for a particular project, be consistent with its usage.**
239+
This guide does not prescribe the use of the function grouping style or the alternative. However, **if the function grouping style is adopted for a particular project, be consistent with its usage.**
240240

241241
<a name="strings"/>
242242
## Strings

0 commit comments

Comments
 (0)