Fix typo in PathMeasure javadocs

Change-Id: I7c637d791c7ca9b4b1d982602a6cd108385ca905
This commit is contained in:
Kirill Grouchnikov
2016-08-29 11:46:21 -04:00
parent 7c49dc57f0
commit 6a03c39e0a

View File

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