Unverified Commit 9fa731dd authored by Ikko Eltociear Ashimine's avatar Ikko Eltociear Ashimine Committed by GitHub

Update semantics.dart (#145683)

loosing -> losing
parent 453a04d9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment