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

Unified Diff: pkg/path/README.md

Issue 20130004: Handle special characters in path<->uri conversion. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise again. Created 7 years, 5 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 | pkg/path/lib/path.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/path/README.md
diff --git a/pkg/path/README.md b/pkg/path/README.md
index 4108ce0c103bbc438cd778d66f14583f58426974..0c835f4e3ddb5869532a5e8911e6eea7506afc44 100644
--- a/pkg/path/README.md
+++ b/pkg/path/README.md
@@ -14,7 +14,7 @@ style.
The path library was designed to be imported with a prefix, though you don't
have to if you don't want to:
- import 'package:path/path.dart' as path; // TODO(bob): ???
+ import 'package:path/path.dart' as path;
## Top-level functions
« no previous file with comments | « no previous file | pkg/path/lib/path.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698