From a39ce8b0e6dcc2f7e8410869447147f26c3231ed Mon Sep 17 00:00:00 2001 From: Joshua Baxter Date: Tue, 5 Nov 2019 23:58:52 +0000 Subject: docs: fix typos Change-Id: Ifee929d0adaaa94c5026a4b0fdf926489af639b5 test: make ds-docs bug: 37009580 --- core/java/android/animation/FloatEvaluator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/animation/FloatEvaluator.java b/core/java/android/animation/FloatEvaluator.java index 9463aa12d116..ae90e37d4c71 100644 --- a/core/java/android/animation/FloatEvaluator.java +++ b/core/java/android/animation/FloatEvaluator.java @@ -24,7 +24,7 @@ public class FloatEvaluator implements TypeEvaluator { /** * This function returns the result of linearly interpolating the start and end values, with * fraction representing the proportion between the start and end values. The - * calculation is a simple parametric calculation: result = x0 + t * (v1 - v0), + * calculation is a simple parametric calculation: result = x0 + t * (x1 - x0), * where x0 is startValue, x1 is endValue, * and t is fraction. * -- cgit v1.2.3-59-g8ed1b