fix word in doc comment (#74927)

This commit is contained in:
Tyler Norbury 2021-01-28 18:34:05 -08:00 committed by GitHub
parent 31732bc67d
commit 0e17b2de2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,7 +312,7 @@ class AnimationController extends Animation<double>
/// The length of time this animation should last when going in [reverse].
///
/// The value of [duration] us used if [reverseDuration] is not specified or
/// The value of [duration] is used if [reverseDuration] is not specified or
/// set to null.
Duration? reverseDuration;