aboutsummaryrefslogtreecommitdiff
path: root/adapter/src/main/kotlin/ca/allanwang/kau/animators/BaseItemAnimator.java
diff options
context:
space:
mode:
Diffstat (limited to 'adapter/src/main/kotlin/ca/allanwang/kau/animators/BaseItemAnimator.java')
-rw-r--r--adapter/src/main/kotlin/ca/allanwang/kau/animators/BaseItemAnimator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/adapter/src/main/kotlin/ca/allanwang/kau/animators/BaseItemAnimator.java b/adapter/src/main/kotlin/ca/allanwang/kau/animators/BaseItemAnimator.java
index 69c2cf3..06b8df6 100644
--- a/adapter/src/main/kotlin/ca/allanwang/kau/animators/BaseItemAnimator.java
+++ b/adapter/src/main/kotlin/ca/allanwang/kau/animators/BaseItemAnimator.java
@@ -485,7 +485,7 @@ public abstract class BaseItemAnimator extends SimpleItemAnimator {
public abstract ViewPropertyAnimator changeNewAnimation(ViewHolder holder);
/**
- * the cleanup method if the animation needs to be stopped. and tro prepare for the next view
+ * the cleanup method if the animation needs to be stopped. and to prepare for the next view
*
* @param holder
*/