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

Commit b7332c71 authored by Seth Pensack-Rinehart's avatar Seth Pensack-Rinehart
Browse files

Fix Javadoc typo for Spanned.SPAN_EXCLUSIVE_INCLUSIVE

Change-Id: I82d15bde9444beca83eb78349212125cae525a6e
parent 74398950
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ extends CharSequence
    public static final int SPAN_EXCLUSIVE_EXCLUSIVE = SPAN_POINT_MARK;

    /**
     * Non-0-length spans of type SPAN_INCLUSIVE_EXCLUSIVE expand
     * Non-0-length spans of type SPAN_EXCLUSIVE_INCLUSIVE expand
     * to include text inserted at their ending point but not at their
     * starting point.  When 0-length, they behave like points.
     */