code cleanup: grammar and spelling

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6797 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch 2009-01-24 18:48:10 +00:00
parent 1b2063cf94
commit 9172c26905

View File

@ -172,10 +172,10 @@ public class Foo {
class="net.sourceforge.pmd.rules.XPathRule"
externalInfoUrl="http://pmd.sourceforge.net/rules/optimizations.html#UseArraysAsList">
<description>
The class java.util.Arrays has a "asList" method that
should be use when you want to create a new List from
The java.util.Arrays class has a "asList" method that
should be used when you want to create a new List from
an array of objects. It is faster than executing a loop to
cpy all the elements of the array one by one
copy all the elements of the array one by one
</description>
<priority>3</priority>
<properties>