From b17f3dc4f750eedb80b91e60dda8b6513abd7aa5 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Fri, 26 Jul 2002 21:36:06 +0000 Subject: [PATCH] tweak git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@533 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/howtowritearule.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmd/xdocs/howtowritearule.xml b/pmd/xdocs/howtowritearule.xml index d03d9420f8..c15c8a5453 100644 --- a/pmd/xdocs/howtowritearule.xml +++ b/pmd/xdocs/howtowritearule.xml @@ -17,8 +17,8 @@ Writing PMD rules is cool because you don't have to wait for us to get around to

- Now lets's figure out what problem you want to spot. Let's use "While loops must use braces" as an example. - You've seen this before a thousand times so you know what it looks like: + Lets's figure out what problem you want to spot; we'll use "While loops must use braces" as an example. + In the source code above, it's easy to get lost visually - it's kind of hard to tell what the curly braces belong to.