summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/docs/annotations.md
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/docs/annotations.md')
-rw-r--r--TAO/TAO_IDL/docs/annotations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/docs/annotations.md b/TAO/TAO_IDL/docs/annotations.md
index 5e7cc6c9857..052c5aabc50 100644
--- a/TAO/TAO_IDL/docs/annotations.md
+++ b/TAO/TAO_IDL/docs/annotations.md
@@ -292,7 +292,7 @@ To get the annotations for most nodes types, use
`AST_Annotation_Decl` object or its canonical internal TAO IDL name (see next
paragraph). This will return the last `AST_Annotation_Appl*` of that type on
the node or `NULL` if there no annotation of that type. Because
-`AST_Annotation_Appls::find` can take a `AST_Annotation_Decl`, they can looked
+`AST_Annotation_Appls::find` can take a `AST_Annotation_Decl`, they can be looked
up after `idl_eval` creates them and cached for a slightly faster
`find`.
@@ -313,7 +313,7 @@ TAO\_IDL. There are examples below but see `AST_Expression::AST_ExprValue` for
how values can be accessed.
See `include/ast_expression.h` and `ast/ast_expression.cpp` for how
-`AST_Expression` ultimately works.
+to use `AST_Expression`.
### Reading `@document` Annotations