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.