docs/Duplicate-Method-Call.md in reek-4.0.1 vs docs/Duplicate-Method-Call.md in reek-4.0.2
- old
+ new
@@ -40,10 +40,10 @@
Reek's Duplicate Method Call detector checks for repeated identical method calls within any one method definition. This is intended to complement the checks performed by tools such as [Flay](http://ruby.sadi.st/Flay.html) and [Simian](http://www.redhillconsulting.com.au/products/simian/).
## Configuration
-Reek's Duplication detector currently offers the [Basic Smell Options](Basic-Smell-Options.md), plus:
+Reek's Duplicate Method Call detector currently offers the [Basic Smell Options](Basic-Smell-Options.md), plus:
Option | Value | Effect
-------|-------|-------
`max_calls` | integer | The maximum number of duplicate calls allowed within a method. Defaults to 1.