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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Sep 21 23:20:30 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-09-21 23:20:30 -0400 (Fri, 21 Sep 2007)
New Revision: 15283

Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-Rule.xml
Log:
JBRULES-1082 Fixed memberOf
-Changed memberof to memberOf

Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-Rule.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-Rule.xml	2007-09-22 03:10:53 UTC (rev 15282)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-Rule.xml	2007-09-22 03:20:30 UTC (rev 15283)
@@ -739,30 +739,30 @@
             </simplesect>
 
             <simplesect>
-              <title>memberof</title>
+              <title>memberOf</title>
 
-              <para><literal>'memberof' is used to check if a field is a
+              <para><literal>'memberOf' is used to check if a field is a
               member of a collection or array; that collection must be be a
               variable.</literal></para>
 
               <example>
                 <title>Literal Constraints with Collections</title>
 
-                <programlisting>CheeseCounter( cheese memberof $matureCheeses )</programlisting>
+                <programlisting>CheeseCounter( cheese memberOf $matureCheeses )</programlisting>
               </example>
             </simplesect>
 
             <simplesect>
-              <title>not memberof</title>
+              <title>not memberOf</title>
 
-              <para><literal>'not memberof' is used to check if a field is not
+              <para><literal>'not memberOf' is used to check if a field is not
               a member of a collection or array; that collection must be be a
               variable.</literal></para>
 
               <example>
                 <title>Literal Constraints with Collections</title>
 
-                <programlisting>CheeseCounter( cheese not memberof $matureCheeses )</programlisting>
+                <programlisting>CheeseCounter( cheese not memberOf $matureCheeses )</programlisting>
               </example>
             </simplesect>
 




More information about the jboss-svn-commits mailing list