Skip to content

Commit

Permalink
Slight grammer / naming problem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Oct 14, 2010
1 parent 488d8d2 commit 44f4829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/docbook/en-US/typeutilities.xml
Expand Up @@ -53,7 +53,7 @@
<title>Annotation Instance Provider</title>
<para>
Sometimes you may need an annotation instance for an annotation whose type is not known at development time.
Weld extends provides a <code>AnnotationInstanceProvider</code> class that can create an
Weld Extensions provides a <code>AnnotationInstanceProvider</code> class that can create an
<code>AnnotationLiteral</code> instance for any annotation at runtime. Annotation attributes
are passed in via a <code>Map&lt;String,Object&gt;</code>. For example given the follow annotation:
</para>
Expand Down

0 comments on commit 44f4829

Please sign in to comment.