Skip to content

Commit e81f9d8

Browse files
committed
Merge pull request #386 from erran/fix-param-anchor
Update the param mutation anchor
2 parents 23537ae + de55eb4 commit e81f9d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,8 +3411,8 @@ condition](#safe-assignment-in-condition).
34113411
<sup>[[link](#functional-code)]</sup>
34123412

34133413
* <a name="no-param-mutations"></a>
3414-
Do not mutate arguments unless that is the purpose of the method.
3415-
<sup>[[link](#no-arg-mutations)]</sup>
3414+
Do not mutate parameters unless that is the purpose of the method.
3415+
<sup>[[link](#no-param-mutations)]</sup>
34163416

34173417
* <a name="three-is-the-number-thou-shalt-count"></a>
34183418
Avoid more than three levels of block nesting.

0 commit comments

Comments
 (0)