Skip to content

Commit

Permalink
Fixed typo (#6717)
Browse files Browse the repository at this point in the history
In comments, replaced `...using using...` with just `...using...`
  • Loading branch information
Maxim-Mazurok authored and jason-simmons committed Nov 1, 2018
1 parent f3fcb8f commit c57d29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_flutter/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c57d29a

Please sign in to comment.