From 3d4ff991a1d6789211494312ced27a449b621b59 Mon Sep 17 00:00:00 2001 From: Yegor Jbanov Date: Thu, 30 May 2024 10:17:03 -0700 Subject: [PATCH] [semantics] fix dartdoc grammar --- lib/ui/semantics.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/semantics.dart b/lib/ui/semantics.dart index 18e17c49e72d8..da3a8a060f7ee 100644 --- a/lib/ui/semantics.dart +++ b/lib/ui/semantics.dart @@ -209,7 +209,7 @@ class SemanticsAction { /// Move the input focus to the respective widget. /// - /// Most commonly, the input focus determines what widget will receive + /// Most commonly, the input focus determines which widget will receive /// keyboard input. Semantics nodes that can receive this action are expected /// to have [SemanticsFlag.isFocusable] set. Examples of such focusable /// widgets include buttons, checkboxes, switches, and text fields.