Author: jhm
Date: Tue May 20 22:24:02 2008
New Revision: 658558

URL: http://svn.apache.org/viewvc?rev=658558&view=rev
Log:
Clearify the matching-rule

Modified:
    ant/core/trunk/docs/manual/CoreTypes/selectors.html

Modified: ant/core/trunk/docs/manual/CoreTypes/selectors.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/selectors.html?rev=658558&r1=658557&r2=658558&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/selectors.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/selectors.html Tue May 20 22:24:02 2008
@@ -524,7 +524,7 @@
     <h4>Regular Expression Selector</h4>
 
     <p>The <code>&lt;containsregexp&gt;</code> tag in a FileSet limits
-    the files defined by that fileset to only those which contain a
+    the files defined by that fileset to only those which contents contain a
     match to the regular expression specified by the <code>expression</code> 
attribute.
     </p>
     <p>The <code>&lt;containsregexp&gt;</code> selector can be used as a


Reply via email to