Skip to content

Commit 9fa731d

Browse files
authored
Update semantics.dart (flutter#145683)
loosing -> losing
1 parent 453a04d commit 9fa731d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/semantics/semantics.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ class SemanticsNode with DiagnosticableTreeMixin {
18391839
/// [isMergedIntoParent].
18401840
///
18411841
/// An invisible node can be safely dropped from the semantic tree without
1842-
/// loosing semantic information that is relevant for describing the content
1842+
/// losing semantic information that is relevant for describing the content
18431843
/// currently shown on screen.
18441844
bool get isInvisible => !isMergedIntoParent && rect.isEmpty;
18451845

0 commit comments

Comments
 (0)