[jboss-svn-commits] JBL Code SVN: r17306 - labs/jbossrules/branches/4.0.x/documentation/manual/en/Chapter-Rule_Engine.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 18 15:04:27 EST 2007


Author: tirelli
Date: 2007-12-18 15:04:27 -0500 (Tue, 18 Dec 2007)
New Revision: 17306

Modified:
   labs/jbossrules/branches/4.0.x/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml
Log:
Fixing typo in the documentation

Modified: labs/jbossrules/branches/4.0.x/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml
===================================================================
--- labs/jbossrules/branches/4.0.x/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml	2007-12-18 19:49:03 UTC (rev 17305)
+++ labs/jbossrules/branches/4.0.x/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml	2007-12-18 20:04:27 UTC (rev 17306)
@@ -275,7 +275,7 @@
 
     <programlisting>
       
-      Person( eyeColour == "blue"||"green" )
+      Person( eyeColour == "blue"|| == "green" )
       
     </programlisting>
 
@@ -375,4 +375,4 @@
 
     <para></para>
   </section>
-</section>
\ No newline at end of file
+</section>




More information about the jboss-svn-commits mailing list