We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23537ae + de55eb4 commit e81f9d8Copy full SHA for e81f9d8
README.md
@@ -3411,8 +3411,8 @@ condition](#safe-assignment-in-condition).
3411
<sup>[[link](#functional-code)]</sup>
3412
3413
* <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>
+ Do not mutate parameters unless that is the purpose of the method.
+<sup>[[link](#no-param-mutations)]</sup>
3416
3417
* <a name="three-is-the-number-thou-shalt-count"></a>
3418
Avoid more than three levels of block nesting.
0 commit comments