Commit f056ea4e authored by Jon Tippens's avatar Jon Tippens Committed by Hans Muller

Fix minor typo (#30353)

parent add5f2ea
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment