diff --git a/packages/flutter/lib/src/animation/animations.dart b/packages/flutter/lib/src/animation/animations.dart index 6aa6c72684e..dc4211e7978 100644 --- a/packages/flutter/lib/src/animation/animations.dart +++ b/packages/flutter/lib/src/animation/animations.dart @@ -748,7 +748,7 @@ class AnimationMax extends CompoundAnimation { /// An animation that tracks the minimum of two other animations. /// -/// The [value] of this animation is the maximum of the values of +/// The [value] of this animation is the minimum of the values of /// [first] and [next]. class AnimationMin extends CompoundAnimation { /// Creates an [AnimationMin].