From 298563ba531ed9c4eff33a86af48efd1ac3d06ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20K=C3=BChne?=
Date: Sat, 14 Dec 2002 10:45:10 +0000
Subject: [PATCH] small additions
---
docs/writingchecks.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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.