This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 38b429c  Updates production by Jenkins
38b429c is described below

commit 38b429c2e617ca7509b9c8d2b9491ae1ba7d0d14
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Nov 30 06:11:36 2017 +0000

    Updates production by Jenkins
---
 content/getting-started/control-tags.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/getting-started/control-tags.html 
b/content/getting-started/control-tags.html
index 4ba91ae..33bba9c 100644
--- a/content/getting-started/control-tags.html
+++ b/content/getting-started/control-tags.html
@@ -175,7 +175,7 @@
 </code></pre>
 </div>
 
-<p>The purpose of the above markup is to use either “Car model” or “Car 
models” depending on how many car models the user selected on the edit page. So 
the value for the test attribute of this iterator tag gets the length of the 
carModels String array and compares that to 1. If it’s greater then 1, the 
correct grammar is “Car models” else the correct grammar is “Car model”.</p>
+<p>The purpose of the above markup is to use either “Car model” or “Car 
models” depending on how many car models the user selected on the edit page. So 
the value for the test attribute of this iterator tag gets the length of the 
carModels String array and compares that to 1. If it’s greater than 1, the 
correct grammar is “Car models” else the correct grammar is “Car model”.</p>
 
 <h2 id="struts-iterator-tag">Struts iterator Tag</h2>
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to