From 9fa731ddf843094aae15f46a8d13e58c26c60569 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 26 Mar 2024 03:17:54 +0900 Subject: [PATCH] Update semantics.dart (#145683) loosing -> losing --- packages/flutter/lib/src/semantics/semantics.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/semantics/semantics.dart b/packages/flutter/lib/src/semantics/semantics.dart index db8b7f6297b..da9a891f803 100644 --- a/packages/flutter/lib/src/semantics/semantics.dart +++ b/packages/flutter/lib/src/semantics/semantics.dart @@ -1839,7 +1839,7 @@ class SemanticsNode with DiagnosticableTreeMixin { /// [isMergedIntoParent]. /// /// An invisible node can be safely dropped from the semantic tree without - /// loosing semantic information that is relevant for describing the content + /// losing semantic information that is relevant for describing the content /// currently shown on screen. bool get isInvisible => !isMergedIntoParent && rect.isEmpty;