In comments, replaced `...using using...` with just `...using...`
This commit is contained in:
Maxim Mazurok 2018-11-01 15:15:18 -07:00 committed by Jason Simmons
parent b209c07864
commit a85cd19202

View File

@ -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;