mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add missing semicolon.
Thanks to the many reports: https://github.com/domokit/sky_sdk/pull/13 https://github.com/domokit/sky_sdk/pull/8 TBR=ianh@google.com Review URL: https://codereview.chromium.org/1127733002
This commit is contained in:
parent
a3de4df656
commit
db103b53cc
@ -48,7 +48,7 @@ Currently the Sky Engine assumes the entry point for your application is a
|
||||
```
|
||||
<sky>
|
||||
<script>
|
||||
import 'package:your_app_name/main.dart'
|
||||
import 'package:your_app_name/main.dart';
|
||||
|
||||
void main() {
|
||||
new HelloWorldApp();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user