Fix Documentation typo when showAnnotations is used with doclava

Bug: 18711752
Change-Id: I1b5fce05063733388f65a6ddddf2522ea14e9e5f
This commit is contained in:
Jeff Arneson 2014-12-16 15:11:12 -08:00
parent bf644aa564
commit c6e8a05f49

View file

@ -6,7 +6,7 @@
<?cs each:anno = obj.showAnnotations ?>
<?cs if:first(anno) ?>
<span class='annotation-message'>
Included in documention by the annotations:
Included in documentation by the annotations:
<?cs /if ?>
@<?cs var:anno.type.label ?>
<?cs if:last(anno) == 0 ?>