[weld-commits] Weld SVN: r4681 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Nov 4 14:50:49 EST 2009


Author: dan.j.allen
Date: 2009-11-04 14:50:49 -0500 (Wed, 04 Nov 2009)
New Revision: 4681

Modified:
   doc/trunk/reference/en-US/injection.xml
Log:
grammar


Modified: doc/trunk/reference/en-US/injection.xml
===================================================================
--- doc/trunk/reference/en-US/injection.xml	2009-11-04 19:48:10 UTC (rev 4680)
+++ doc/trunk/reference/en-US/injection.xml	2009-11-04 19:50:49 UTC (rev 4681)
@@ -4,10 +4,10 @@
    <title>Dependency injection and programmatic lookup</title>
 
    <para>
-      One of the most significant features of CDI, certainly the most recognized, is dependency injection. But not just
-      dependency injection; type-safe dependency injection. In this chapter, you'll learn how CDI is able to leverage
-      the Java type system and annotations to build a dependency injection strategy that is both strongly typed and
-      keeps the implementation hidden from the client.
+      One of the most significant features of CDI, certainly the most recognized, is dependency injection; but not just
+      dependency injection, <emphasis>type-safe</emphasis> dependency injection. In this chapter, you'll learn how CDI
+      is able to leverage the Java type system and annotations to build a dependency injection strategy that is both
+      strongly typed and keeps the implementation hidden from the client.
    </para>
 
    <section>



More information about the weld-commits mailing list