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;