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

Unified Diff: USAGE.md

Issue 1451043002: minor usage and readme fixes (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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 | « README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: USAGE.md
diff --git a/USAGE.md b/USAGE.md
index d14c41ff4dd9a21c5ea6948191295074d8772248..18044d47707adcaccee71f248fd8f6011c499d25 100644
--- a/USAGE.md
+++ b/USAGE.md
@@ -32,9 +32,10 @@ void main() {
```
the Dart analyzer will not report a static error or warning even
-though the program will clearly fail (in checked mode). Running DDC:
+though the program will clearly fail (in checked mode). Running with --strong
+mode:
- $ dartdevc main.dart
+ $ dartanalyzer --strong main.dart
will display a severe error. Modifying `42` to `'42'` will
correct the error.
« no previous file with comments | « README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698