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

[semantics] fix dartdoc grammar #53121

Merged
merged 1 commit into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ui/semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down