summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/docs
diff options
context:
space:
mode:
authorFred Hornsey <fred@hornsey.us>2019-06-12 13:31:46 -0500
committerGitHub <noreply@github.com>2019-06-12 13:31:46 -0500
commit6156438d623bc933ba77e9114d174494ba109972 (patch)
tree3a662304ec1b87e5e444e515652a0531c785849a /TAO/TAO_IDL/docs
parentd33e96029091ab22fd1e5ab0c5e91e3f433eb904 (diff)
downloadATCD-6156438d623bc933ba77e9114d174494ba109972.tar.gz
Apply suggestions from by @mitza-oci
Co-Authored-By: Adam Mitz <mitza@objectcomputing.com>
Diffstat (limited to 'TAO/TAO_IDL/docs')
-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