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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 17 13:44:00 EDT 2007


Author: tirelli
Date: 2007-09-17 13:44:00 -0400 (Mon, 17 Sep 2007)
New Revision: 15178

Modified:
   labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-Rule.xml
Log:
Fixing typos

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-17 17:34:47 UTC (rev 15177)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-Rule.xml	2007-09-17 17:44:00 UTC (rev 15178)
@@ -769,21 +769,21 @@
             <simplesect>
               <title>soundslike</title>
 
-              <para><literal>Similar to 'matches', but checks if a word has almost the same sound as the given value. Uses the 'Soundex' algorithm (http://en.wikipedia.org/wiki/Soundex)</literal></para>
+              <para><literal>Similar to 'matches', but checks if a word has
+              almost the same sound as the given value. Uses the 'Soundex'
+              algorithm
+              (http://en.wikipedia.org/wiki/Soundex)</literal></para>
 
               <example>
                 <title>Text with soundslike (Sounds Like)</title>
 
                 <programlisting>Cheese( name soundslike 'foobar' )</programlisting>
-		<para>This will match a cheese with a name of "fubar"</para>
+
+                <para>This will match a cheese with a name of "fubar"</para>
               </example>
             </simplesect>
-
           </section>
 
-
-          
-
           <section>
             <title>Literal Restrictions</title>
 
@@ -1376,9 +1376,9 @@
       for the non existence of something in the Working Memory. Think of 'not'
       as meaning "there must be none of...".</para>
 
-      <para>A not statement must be followed by parentheses around the pattern
-      that it applies to. In the simples case of a single pattern (like below)
-      you can omit the parentheses.</para>
+      <para>A 'not' statement must be followed by parentheses around the CEs
+      that it applies to. In the simplest case of a single pattern (like
+      below) you may optionally omit the parentheses.</para>
 
       <example>
         <title>No Busses</title>
@@ -1421,6 +1421,10 @@
       of how much data there is in working memory that matches that
       condition.</para>
 
+      <para>An 'exist' statement must be followed by parentheses around the
+      CEs that it applies to. In the simplest case of a single pattern (like
+      below) you may optionally omit the parentheses.</para>
+
       <example>
         <title>Atleast one Bus</title>
 




More information about the jboss-svn-commits mailing list