Author: gavin.king(a)jboss.com
Date: 2009-11-09 21:01:50 -0500 (Mon, 09 Nov 2009)
New Revision: 4926
Modified:
doc/trunk/reference/en-US/part2.xml
Log:
minor
Modified: doc/trunk/reference/en-US/part2.xml
===================================================================
--- doc/trunk/reference/en-US/part2.xml 2009-11-10 01:58:49 UTC (rev 4925)
+++ doc/trunk/reference/en-US/part2.xml 2009-11-10 02:01:50 UTC (rev 4926)
@@ -26,8 +26,8 @@
<para>
These techniques serve to enable loose coupling of client and server. The client is
no longer tightly bound to an
- implementation of an API, nor is it required to manage the lifecycle of the server
object. This approach lets
- <emphasis>stateful objects interact as if they were
services</emphasis>.
+ implementation of an interface, nor is it required to manage the lifecycle of the
implementation. This approach
+ lets <emphasis>stateful objects interact as if they were
services</emphasis>.
</para>
<para>