From 16d384784734209bd4c487c123b0e08d802cffcc Mon Sep 17 00:00:00 2001 From: liyuqian Date: Fri, 1 Feb 2019 15:04:51 -0800 Subject: [PATCH] Fix typo "when when" (#27413) --- packages/flutter/lib/src/rendering/binding.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/rendering/binding.dart b/packages/flutter/lib/src/rendering/binding.dart index eca6113e8e..47aa24b97d 100644 --- a/packages/flutter/lib/src/rendering/binding.dart +++ b/packages/flutter/lib/src/rendering/binding.dart @@ -240,8 +240,7 @@ mixin RendererBinding on BindingBase, ServicesBinding, SchedulerBinding, Gesture /// Pump the rendering pipeline to generate a frame. /// /// This method is called by [handleDrawFrame], which itself is called - /// automatically by the engine when when it is time to lay out and paint a - /// frame. + /// automatically by the engine when it is time to lay out and paint a frame. /// /// Each frame consists of the following phases: ///