Skip to content

Commit 57fd608

Browse files
Tomek Wiszniewskigilbox
authored andcommitted
Require parentheses
As suggested by @ljharb in airbnb#579 (comment)
1 parent d76ae20 commit 57fd608

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
@@ -765,7 +765,7 @@ Other Style Guides
765765
```
766766
767767
768-
- [8.4](#8.4) <a name='8.4'></a> If your function takes a single argument and doesn’t use braces, omit the parentheses.
768+
- [8.4](#8.4) <a name='8.4'></a> If your function takes a single argument and doesn’t use braces, omit the parentheses. Otherwise, always include parentheses around arguments.
769769
770770
> Why? Less visual clutter.
771771

0 commit comments

Comments
 (0)