docs: Fix typo ("An consumer" -> "A consumer")

CommonTypos linter complained about this in the generated reference doc.
No changes to source code, just doc comment.

Bug: 263824202
Change-Id: I715f841f1d8d5680472bca1d92f754781f1c8bf9
Test: [go/abtd test]
This commit is contained in:
Andrew Solovay
2022-12-29 21:16:26 +00:00
parent 263814a96d
commit c0e75056cf

View File

@@ -173,7 +173,7 @@ public class TextShaper {
private TextShaper() {}
/**
* An consumer interface for accepting text shape result.
* A consumer interface for accepting text shape result.
*/
public interface GlyphsConsumer {
/**