Skip to content

Commit d7b7f2d

Browse files
committed
Merge pull request bbatsov#129 from cloojure/patch-2
Update README.md
2 parents 7a6df19 + ce5c550 commit d7b7f2d

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
@@ -1192,7 +1192,7 @@ hints for the pairwise grouping with comments or empty lines.
11921192
<sup>[[link](#dont-flag-constants)]</sup>
11931193

11941194
* <a name="underscore-for-unused-bindings"></a>
1195-
Use `_` for destructuring targets and formal arguments names whose
1195+
Use `_` for destructuring targets and formal argument names whose
11961196
value will be ignored by the code at hand.
11971197
<sup>[[link](#underscore-for-unused-bindings)]</sup>
11981198

0 commit comments

Comments
 (0)