Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1213)

Unified Diff: sky/sdk/README.md

Issue 1127733002: Add missing semicolon. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/README.md
diff --git a/sky/sdk/README.md b/sky/sdk/README.md
index 89cfb52fef1f9c3f27aee7ba381b8f4af3a86f3c..99df55c673d80fe9e878c546e59d970b9248c349 100644
--- a/sky/sdk/README.md
+++ b/sky/sdk/README.md
@@ -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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698