Fix typo "when when" (#27413)

This commit is contained in:
liyuqian 2019-02-01 15:04:51 -08:00 committed by GitHub
parent 4ba35a6eab
commit 16d3847847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
///