diff --git a/packages/flutter/lib/src/widgets/widget_inspector.dart b/packages/flutter/lib/src/widgets/widget_inspector.dart index 607f26f4031..247b85f60c5 100644 --- a/packages/flutter/lib/src/widgets/widget_inspector.dart +++ b/packages/flutter/lib/src/widgets/widget_inspector.dart @@ -3072,7 +3072,7 @@ class _WidgetInspectorState extends State with WidgetsBindingOb /// /// See also: /// -/// * [DisableWidgetInspectorScope], the widget used to enable the inspector for a widget subtree. +/// * [DisableWidgetInspectorScope], the widget used to disable the inspector for a widget subtree. /// * [WidgetInspector], the widget used to provide inspector support for a widget subtree. class EnableWidgetInspectorScope extends ProxyWidget { /// Enables the Flutter DevTools Widget Inspector for the [Widget] subtree rooted at [child].