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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Nov 21 06:48:45 EST 2008


Author: ellenzhao
Date: 2008-11-21 06:48:45 -0500 (Fri, 21 Nov 2008)
New Revision: 24030

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Engine/Section-Rules.xml
Log:
small fixes to typos and docbook markups

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Engine/Section-Rules.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Engine/Section-Rules.xml	2008-11-21 11:24:33 UTC (rev 24029)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Engine/Section-Rules.xml	2008-11-21 11:48:45 UTC (rev 24030)
@@ -231,7 +231,7 @@
     <para>With SQL if we look at the conclusion's action as simply returning
     the matched fact to the user:</para>
 
-    <para>select * from Person where Person.sex == "male"</para>
+    <programlisting>select * from Person where Person.sex == "male"</programlisting>
 
     <para>For any rows, which represent our facts, that are returned we have
     inferred that those facts are male people. The following diagram shows how




More information about the jboss-svn-commits mailing list