Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0e75056 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

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]
parent 263814a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
        /**