Skip to content

Commit de55eb4

Browse files
committed
Use "parameters" in the no-param-mutations rule
1 parent 3eb6195 commit de55eb4

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
@@ -3413,7 +3413,7 @@ condition](#safe-assignment-in-condition).
34133413
<sup>[[link](#functional-code)]</sup>
34143414

34153415
* <a name="no-param-mutations"></a>
3416-
Do not mutate arguments unless that is the purpose of the method.
3416+
Do not mutate parameters unless that is the purpose of the method.
34173417
<sup>[[link](#no-param-mutations)]</sup>
34183418

34193419
* <a name="three-is-the-number-thou-shalt-count"></a>

0 commit comments

Comments
 (0)