diff --git a/packages/flutter/lib/src/rendering/binding.dart b/packages/flutter/lib/src/rendering/binding.dart index eca6113e8e5..47aa24b97de 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: ///