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

Commit 567562a9 authored by Sascha Haeberling's avatar Sascha Haeberling Committed by Android Git Automerger
Browse files

am 567c7408: Merge "Fix typo in JavaDoc for TypeEvaluator." into klp-dev

* commit '567c7408':
  Fix typo in JavaDoc for TypeEvaluator.
parents 3c6dad19 567c7408
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package android.animation;
/**
 * Interface for use with the {@link ValueAnimator#setEvaluator(TypeEvaluator)} function. Evaluators
 * allow developers to create animations on arbitrary property types, by allowing them to supply
 * custom evaulators for types that are not automatically understood and used by the animation
 * custom evaluators for types that are not automatically understood and used by the animation
 * system.
 *
 * @see ValueAnimator#setEvaluator(TypeEvaluator)