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

Unified Diff: pkg/args/example.dart

Issue 10896034: Removed syntax error from example.dart. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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: pkg/args/example.dart
===================================================================
--- pkg/args/example.dart (revision 11493)
+++ pkg/args/example.dart (working copy)
@@ -28,7 +28,7 @@
' VM).\n(only valid with the following runtimes: vm, drt)',
'dart2js': 'Compile dart code to JavaScript by running dart2js.\n'
'(only valid with the following runtimes: d8, drt, chrome\n'
- 'safari, ie, firefox, opera, none (compile only))'
+ 'safari, ie, firefox, opera, none (compile only))',
'dartc': 'Perform static analysis on Dart code by running dartc.\n'
'(only valid with the following runtimes: none)',
});
« 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