[jboss-svn-commits] JBL Code SVN: r26536 - labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Language_Reference.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu May 14 09:28:32 EDT 2009


Author: laune
Date: 2009-05-14 09:28:32 -0400 (Thu, 14 May 2009)
New Revision: 26536

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Language_Reference/Section-Rule.xml
Log:
fix typo

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Language_Reference/Section-Rule.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Language_Reference/Section-Rule.xml	2009-05-14 13:09:11 UTC (rev 26535)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Language_Reference/Section-Rule.xml	2009-05-14 13:28:32 UTC (rev 26536)
@@ -2200,7 +2200,7 @@
           <para>The call <code>drools.halt()</code> terminates rule execution
           immediately. This is required for returning control to the point
           whence the current session was put to work with
-          <code>fireUntilHalt()</code></para>.
+          <code>fireUntilHalt()</code>.</para>
         </listitem>
 
         <listitem>
@@ -2243,7 +2243,7 @@
       <itemizedlist>
         <listitem>
           <para>The call <code>kcontext.getKnowledgeRuntime().halt()</code>
-          terminates rule execution immediately.</para>.
+          terminates rule execution immediately.</para>
         </listitem>
                 
         <listitem>




More information about the jboss-svn-commits mailing list