This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ class SemanticsAction {
124
124
/// Paste the current content of the clipboard.
125
125
static const SemanticsAction paste = const SemanticsAction ._(_kPasteIndex);
126
126
127
- /// Indicates that the nodes has gained accessibility focus.
127
+ /// Indicates that the node has gained accessibility focus.
128
128
///
129
129
/// This handler is invoked when the node annotated with this handler gains
130
130
/// the accessibility focus. The accessibility focus is the
@@ -137,7 +137,7 @@ class SemanticsAction {
137
137
/// Accessibility focus and input focus can be held by two different nodes!
138
138
static const SemanticsAction didGainAccessibilityFocus = const SemanticsAction ._(_kDidGainAccessibilityFocusIndex);
139
139
140
- /// Indicates that the nodes has lost accessibility focus.
140
+ /// Indicates that the node has lost accessibility focus.
141
141
///
142
142
/// This handler is invoked when the node annotated with this handler
143
143
/// loses the accessibility focus. The accessibility focus is
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ class SemanticsAction {
124
124
/// Paste the current content of the clipboard.
125
125
static const SemanticsAction paste = const SemanticsAction ._(_kPasteIndex);
126
126
127
- /// Indicates that the nodes has gained accessibility focus.
127
+ /// Indicates that the node has gained accessibility focus.
128
128
///
129
129
/// This handler is invoked when the node annotated with this handler gains
130
130
/// the accessibility focus. The accessibility focus is the
@@ -137,7 +137,7 @@ class SemanticsAction {
137
137
/// Accessibility focus and input focus can be held by two different nodes!
138
138
static const SemanticsAction didGainAccessibilityFocus = const SemanticsAction ._(_kDidGainAccessibilityFocusIndex);
139
139
140
- /// Indicates that the nodes has lost accessibility focus.
140
+ /// Indicates that the node has lost accessibility focus.
141
141
///
142
142
/// This handler is invoked when the node annotated with this handler
143
143
/// loses the accessibility focus. The accessibility focus is
You can’t perform that action at this time.
0 commit comments