Unverified Commit 1e565ec4 authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Fix typo (#20423)

parent 9cb0b21e
...@@ -411,7 +411,7 @@ abstract class WidgetsBinding extends BindingBase with SchedulerBinding, Gesture ...@@ -411,7 +411,7 @@ abstract class WidgetsBinding extends BindingBase with SchedulerBinding, Gesture
/// giving them the `features` argument. /// giving them the `features` argument.
/// ///
/// This is called by [handleAccessibilityFeaturesChanged] when the /// This is called by [handleAccessibilityFeaturesChanged] when the
/// [Window.onAccessibilityFeaturesChanged] notification is recieved. /// [Window.onAccessibilityFeaturesChanged] notification is received.
@protected @protected
@mustCallSuper @mustCallSuper
void dispatchAccessibilityFeaturesChanged() { void dispatchAccessibilityFeaturesChanged() {
......
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