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:
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user