Fix example typo

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@543179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-05-31 16:28:42 +00:00
parent d304ea3ffd
commit 70341ac8b0
@@ -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 -->