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

Unified Diff: README.md

Issue 2666013004: Address a number of open issues. (Closed)
Patch Set: Close the parenthesis. Created 3 years, 11 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 | « CHANGELOG.md ('k') | lib/src/io_io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 8241d16c3c73e362ecff8af3999f85e47f51540c..48af52802a5ad7aab4ed91ab9a7f25f06055cf9f 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ import 'dart:convert' show UTF8;
main() async {
var resource = new Resource("package:foo/foo_data.txt");
- var string = await resource.readAsString(UTF8);
+ var string = await resource.readAsString(encoding: UTF8);
print(string);
}
```
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/io_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698