Merge "docs: Fix typo ("An consumer" -> "A consumer")" into tm-dev

This commit is contained in:
Andrew Solovay
2023-01-09 21:52:45 +00:00
committed by Android (Google) Code Review

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 {
/**