Skip to content

Commit 316a384

Browse files
committedJan 6, 2012
function grouping: do not recommend
1 parent 6716566 commit 316a384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ In cases where method calls are being chained, some adopters of this style prefe
282282
(($ '#selektor').addClass 'klass').hide() # All calls
283283
```
284284

285-
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.**
285+
The function grouping style is not recommended. However, **if the function grouping style is adopted for a particular project, be consistent with its usage.**
286286

287287
<a name="strings"/>
288288
## Strings

0 commit comments

Comments
 (0)
Please sign in to comment.