Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4956e98

Browse files
authored
[semantics] fix dartdoc grammar (#53121)
Courtesy of @gspencergoog: "which widget" is korrecter than "what widget".
1 parent 2879ce2 commit 4956e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/semantics.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class SemanticsAction {
209209

210210
/// Move the input focus to the respective widget.
211211
///
212-
/// Most commonly, the input focus determines what widget will receive
212+
/// Most commonly, the input focus determines which widget will receive
213213
/// keyboard input. Semantics nodes that can receive this action are expected
214214
/// to have [SemanticsFlag.isFocusable] set. Examples of such focusable
215215
/// widgets include buttons, checkboxes, switches, and text fields.

0 commit comments

Comments
 (0)