From a85cd1920279f302d4309c7dfd6dc6b4936f316f Mon Sep 17 00:00:00 2001 From: Maxim Mazurok Date: Thu, 1 Nov 2018 15:15:18 -0700 Subject: [PATCH] Fixed typo (flutter/engine#6717) In comments, replaced `...using using...` with just `...using...` --- engine/src/flutter/examples/hello_flutter/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/examples/hello_flutter/lib/main.dart b/engine/src/flutter/examples/hello_flutter/lib/main.dart index 3de55843428..c4df6032347 100644 --- a/engine/src/flutter/examples/hello_flutter/lib/main.dart +++ b/engine/src/flutter/examples/hello_flutter/lib/main.dart @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// This example shows how to show the text 'Hello, world.' using using the raw +// This example shows how to show the text 'Hello, world.' using the raw // interface to the engine. import 'dart:ui' as ui;