docs/Unused-Parameters.md in reek-3.5.0 vs docs/Unused-Parameters.md in reek-3.6.0
- old
+ new
@@ -14,14 +14,14 @@
puts x,y # but not z
end
end
```
-`reek` would emit the following warning:
+Reek would emit the following warning:
```
[2]:Klass#unused_parameters has unused parameter 'z' (UnusedParameters)
```
## Configuration
-`Unused Parameter` offers the [Basic Smell Options](Basic-Smell-Options.md).
\ No newline at end of file
+`Unused Parameter` offers the [Basic Smell Options](Basic-Smell-Options.md).