Author: mrdon
Date: Sun Aug 28 20:08:50 2005
New Revision: 264037
URL: http://svn.apache.org/viewcvs?rev=264037&view=rev
Log:
Fixed minor typo
Modified:
struts/site/trunk/xdocs/userGuide/dev_validator.xml
Modified: struts/site/trunk/xdocs/userGuide/dev_validator.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/userGuide/dev_validator.xml?rev=264037&r1=264036&r2=264037&view=diff
==============================================================================
--- struts/site/trunk/xdocs/userGuide/dev_validator.xml (original)
+++ struts/site/trunk/xdocs/userGuide/dev_validator.xml Sun Aug 28 20:08:50 2005
@@ -469,7 +469,7 @@
<li>Indexed fields in the form referenced by an implicit integer,
such as <code>childLastName[]</code>, which will use the same
index into the array as the index of the field being tested.</li>
- <li>Properties of an indexed fields in the form referenced by an
+ <li>Properties of indexed fields in the form referenced by an
explicit or implicit integer, such as <code>child[].lastName</code>,
which will use the same index into the array as the index of the
field being tested.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]