Fix minor typo (#30353)

This commit is contained in:
Jon Tippens 2019-04-02 09:45:04 -07:00 committed by Hans Muller
parent add5f2ea76
commit f056ea4e70

View File

@ -596,7 +596,7 @@ class EditableText extends StatefulWidget {
/// Called when the user initiates a change to the TextField's
/// value: when they have inserted or deleted text.
///
/// This callback does run not when the TextField's text is changed
/// This callback doesn't run when the TextField's text is changed
/// programmatically, via the TextField's [controller]. Typically it
/// isn't necessary to be notified of such changes, since they're
/// initiated by the app itself.