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

Commit 62c8db51 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Fix typo in method description ("cusrot" -> "cursor")

No change to source code, just a typo fix in the docs.

Change-Id: I50410a0ea9d0e49201a6f371a1cf7baaebdb2600
Fixes: 356693490
Test: [ABTD docs build: go/abtd/run/L61500030005627537/ ]
Flag: DOCS_ONLY
parent 64263815
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ public class Selection {
    private static final char PARAGRAPH_SEPARATOR = '\n';

    /**
     * Move the cusrot to the closest paragraph start offset.
     * Move the cursor to the closest paragraph start offset.
     *
     * @param text the spannable text
     * @param layout layout to be used for drawing.