summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/javax/inject/Inject.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/javax/inject/Inject.java b/src/javax/inject/Inject.java
index e2d0b9a..43458f8 100644
--- a/src/javax/inject/Inject.java
+++ b/src/javax/inject/Inject.java
@@ -141,8 +141,8 @@ import static java.lang.annotation.ElementType.FIELD;
* <li>has an injectable constructor.</li>
* </ol>
*
- * <p>For example, the user might use external configuration to choose an
- * implementation. Beyond that, which values are injected depend upon the
+ * <p>For example, the user might use external configuration to pick an
+ * implementation of T. Beyond that, which values are injected depend upon the
* injector implementation and its configuration.
*
* <h3>Circular Dependencies</h3>