Fix example typo

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@543180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-05-31 16:29:53 +00:00
parent 3bc9121d69
commit c3059fa9bc
@@ -98,7 +98,7 @@ import com.opensymphony.xwork2.util.ValueStack;
*
* <-- Example 3-->
* <s:url includeParams="get" >
* &lt:param name="id" value="%{'22'}" />
* <s:param name="id" value="%{'22'}" />
* </s:url>
*
* <!-- END SNIPPET: example -->