[jboss-svn-commits] JBL Code SVN: r17305 - labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 18 14:49:03 EST 2007


Author: tirelli
Date: 2007-12-18 14:49:03 -0500 (Tue, 18 Dec 2007)
New Revision: 17305

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

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml	2007-12-18 17:54:05 UTC (rev 17304)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-Rules.xml	2007-12-18 19:49:03 UTC (rev 17305)
@@ -275,7 +275,7 @@
 
     <programlisting>
       
-      Person( eyeColour == "blue"||"green" )
+      Person( eyeColour == "blue"|| == "green" )
       
     </programlisting>
 




More information about the jboss-svn-commits mailing list