diff --git a/README.md b/README.md index 3f41854f3..b23645617 100644 --- a/README.md +++ b/README.md @@ -3413,8 +3413,8 @@ condition](#safe-assignment-in-condition). [[link](#functional-code)] * - Do not mutate arguments unless that is the purpose of the method. -[[link](#no-arg-mutations)] + Do not mutate parameters unless that is the purpose of the method. +[[link](#no-param-mutations)] * Avoid more than three levels of block nesting.