From 3ab56cd66f3a7b527a6f8a3156ae4fdb9529ea84 Mon Sep 17 00:00:00 2001 From: Maxim Mazurok Date: Wed, 31 Oct 2018 18:09:48 -0700 Subject: [PATCH] Fixed typo In comments, replaced `...using using...` with just `...using...` --- examples/hello_flutter/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_flutter/lib/main.dart b/examples/hello_flutter/lib/main.dart index 3de5584342897..c4df603234711 100644 --- a/examples/hello_flutter/lib/main.dart +++ b/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;