From 6156438d623bc933ba77e9114d174494ba109972 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Wed, 12 Jun 2019 13:31:46 -0500 Subject: Apply suggestions from by @mitza-oci Co-Authored-By: Adam Mitz --- TAO/TAO_IDL/docs/annotations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/TAO_IDL/docs') 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 -- cgit v1.2.1