diff --git a/docs/writingchecks.html b/docs/writingchecks.html
index 7a0162801..053fb1eef 100644
--- a/docs/writingchecks.html
+++ b/docs/writingchecks.html
@@ -123,9 +123,9 @@
- to port the TreeWalker solution to check C#
instead of Java.
- - to implement a checking algorithm that finds
- global problems like unused classes, unused public methods and
- thelike.
+
- to find duplicate code.
+ - to port the TreeWalker solution to check C#
+ instead of Java.