summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/javax/inject/Inject.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/javax/inject/Inject.java b/src/javax/inject/Inject.java
index fe41467..7dc7b76 100644
--- a/src/javax/inject/Inject.java
+++ b/src/javax/inject/Inject.java
@@ -32,7 +32,7 @@ import static java.lang.annotation.ElementType.FIELD;
* in superclasses are injected before those in subclasses. Ordering of
* injection among fields and among methods in the same class is not specified.
* For a given type T and optional qualifier, an injector must
- * be able to inject a user-specified subclass of T that has an injectable
+ * be able to inject a user-specified subtype of T that has an injectable
* constructor. Beyond that, which values are injected depend upon the
* injector implementation and its configuration.
*