From a41855fa9555045fbc90d4f03cbe40f9d4ef65e7 Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Tue, 16 Jun 2020 09:20:03 -0700 Subject: [PATCH] Docs 'that that' fix (#50236) --- packages/flutter/lib/src/widgets/framework.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/framework.dart b/packages/flutter/lib/src/widgets/framework.dart index ff633fe173d..d75f4fc9287 100644 --- a/packages/flutter/lib/src/widgets/framework.dart +++ b/packages/flutter/lib/src/widgets/framework.dart @@ -3409,7 +3409,7 @@ abstract class Element extends DiagnosticableTree implements BuildContext { Element _retakeInactiveElement(GlobalKey key, Widget newWidget) { // The "inactivity" of the element being retaken here may be forward-looking: if // we are taking an element with a GlobalKey from an element that currently has - // it as a child, then we know that that element will soon no longer have that + // it as a child, then we know that element will soon no longer have that // element as a child. The only way that assumption could be false is if the // global key is being duplicated, and we'll try to track that using the // _debugTrackElementThatWillNeedToBeRebuiltDueToGlobalKeyShenanigans call below.