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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 02:50:48 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-09 02:50:48 -0500 (Mon, 09 Nov 2009)
New Revision: 4837

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

Modified: doc/trunk/reference/en-US/injection.xml
===================================================================
--- doc/trunk/reference/en-US/injection.xml	2009-11-09 07:50:27 UTC (rev 4836)
+++ doc/trunk/reference/en-US/injection.xml	2009-11-09 07:50:48 UTC (rev 4837)
@@ -5,7 +5,7 @@
 
    <para>
       One of the most significant features of CDI, certainly the most recognized, is dependency injection; but not just
-      dependency injection&#8212;<emphasis>type-safe</emphasis> dependency injection. In this chapter, you'll learn how 
+      dependency injection&#8212;<emphasis>typesafe</emphasis> dependency injection. In this chapter, you'll learn how 
       CDI is able to leverage the Java type system and annotations into a dependency injection strategy that is both
       strongly typed and keeps the bean implementation hidden from its clients.
    </para>



More information about the weld-commits mailing list