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

Unified Diff: sdk/lib/io/file_system_entity.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 | « sdk/lib/io/file.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/file_system_entity.dart
diff --git a/sdk/lib/io/file_system_entity.dart b/sdk/lib/io/file_system_entity.dart
index f39eafd29b5848352b8b9b9cded780be7a59600d..e0b22daae66f9c279504efb96171c00dec328269 100644
--- a/sdk/lib/io/file_system_entity.dart
+++ b/sdk/lib/io/file_system_entity.dart
@@ -482,8 +482,8 @@ abstract class FileSystemEntity {
/**
* Returns a [bool] indicating whether this object's path is absolute.
*
- * On Windows, a path is absolute if it starts with \\ or a drive letter
- * between a and z (upper or lower case) followed by :\ or :/.
+ * On Windows, a path is absolute if it starts with \\\\ or a drive letter
+ * between a and z (upper or lower case) followed by :\\ or :/.
* On non-Windows, a path is absolute if it starts with /.
*/
bool get isAbsolute {
@@ -624,7 +624,7 @@ abstract class FileSystemEntity {
/**
* Removes the final path component of a path, using the platform's
* path separator to split the path. Will not remove the root component
- * of a Windows path, like "C:\" or "\\server_name\".
+ * of a Windows path, like "C:\\" or "\\\\server_name\\".
* Ignores trailing path separators, and leaves no trailing path separators.
*/
static String parentOf(String path) {
« no previous file with comments | « sdk/lib/io/file.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698