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

Unified Diff: sdk/lib/core/uri.dart

Issue 2175293004: Fix some markdown issues in library docs (related to https://github.com/dart-lang/dartdoc/issues/96… (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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 | sdk/lib/io/file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/uri.dart
diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart
index 5718ca80b83b870dd578011592707b4c7d99cdc4..456bcb7589769a20d1e84d41f915517caa11b7f0 100644
--- a/sdk/lib/core/uri.dart
+++ b/sdk/lib/core/uri.dart
@@ -669,9 +669,9 @@ class Uri {
* With non-Windows semantics the slash ("/") is used to separate
* path segments.
*
- * With Windows semantics, backslash ("\") and forward-slash ("/")
+ * With Windows semantics, backslash ("\\") and forward-slash ("/")
* are used to separate path segments, except if the path starts
- * with "\\?\" in which case, only backslash ("\") separates path
+ * with "\\\\?\\" in which case, only backslash ("\\") separates path
* segments.
*
* If the path starts with a path separator an absolute URI is
@@ -1878,7 +1878,7 @@ class Uri {
* For non-Windows semantics the slash ("/") is used to separate
* path segments.
*
- * For Windows semantics the backslash ("\") separator is used to
+ * For Windows semantics the backslash ("\\") separator is used to
* separate path segments.
*
* If the URI is absolute the path starts with a path separator
« no previous file with comments | « no previous file | sdk/lib/io/file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698