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

Commit 6a03c39e authored by Kirill Grouchnikov's avatar Kirill Grouchnikov
Browse files

Fix typo in PathMeasure javadocs

Change-Id: I7c637d791c7ca9b4b1d982602a6cd108385ca905
parent 7c49dc57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ public class PathMeasure {
     * are unchanged.
     *
     * @param distance The distance along the current contour to sample
     * @param pos If not null, eturns the sampled position (x==[0], y==[1])
     * @param pos If not null, returns the sampled position (x==[0], y==[1])
     * @param tan If not null, returns the sampled tangent (x==[0], y==[1])
     * @return false if there was no path associated with this measure object
    */