|
From: <jbo...@li...> - 2006-06-06 02:45:59
|
Author: mar...@jb...
Date: 2006-06-05 05:58:05 -0400 (Mon, 05 Jun 2006)
New Revision: 4608
Modified:
labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-What_is_a_Rule_Engine.xml
Log:
-fixed spelling mistake
Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-What_is_a_Rule_Engine.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-What_is_a_Rule_Engine.xml 2006-06-05 09:44:39 UTC (rev 4607)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-What_is_a_Rule_Engine.xml 2006-06-05 09:58:05 UTC (rev 4608)
@@ -190,7 +190,7 @@
<para>Backward chaining is 'goal-driven', we start with a conclusion which
the engine tries to satisfy. If it can't it searches for conclusions, 'sub
- goals', that help satisfy an unknown part fo the current goal - it
+ goals', that help satisfy an unknown part for the current goal - it
continues this process untill either the initial conclusion is proven or
there are no more sub goals. Prolog is an example of a Backward Chaining
engine; Drools will adding support for Backward Chaining in its next major
|