Skip to content

Commit

Permalink
Fix typo in XTypesTypeObjectSource.stg
Browse files Browse the repository at this point in the history
Changed in applied_verbatim_annotation the
type_ann_builtin_$annotation_name$ -> type_ann_builtin_$name$

Signed-off-by: Samuel Hyyppä <[email protected]>
  • Loading branch information
SamuelSandvik committed Oct 9, 2024
1 parent a9be04b commit b9cd397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ text_$name$ = "$verbatim_param.value$";
$endif$
}; separator="\n"$
verbatim_$name$ = TypeObjectUtils::build_applied_verbatim_annotation(placement_$name$, language_$name$, text_$name$);
type_ann_builtin_$annotation_name$ = TypeObjectUtils::build_applied_builtin_type_annotations(verbatim_$name$);
type_ann_builtin_$name$ = TypeObjectUtils::build_applied_builtin_type_annotations(verbatim_$name$);
>>

annotation_parameter(param, parent) ::= <<
Expand Down

0 comments on commit b9cd397

Please sign in to comment.