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

Unified Diff: sdk/lib/io/file.dart

Issue 24076014: fixed one-liners for file and directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final lgtm from katwa Created 7 years, 3 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/directory.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.dart
diff --git a/sdk/lib/io/file.dart b/sdk/lib/io/file.dart
index 4f9d3f5171e090fc947d24ca5cb58fc5868f3af9..ae08c22632e3d8bcc9142900380baa5d8a7e1351 100644
--- a/sdk/lib/io/file.dart
+++ b/sdk/lib/io/file.dart
@@ -20,7 +20,7 @@ const WRITE = FileMode.WRITE;
const APPEND = FileMode.APPEND;
/**
- * [File] objects are references to files.
+ * A reference to a file on the file system.
*
* If [path] is a symbolic link, rather than a file, then
* the methods of [File] operate on the ultimate target of the
« no previous file with comments | « sdk/lib/io/directory.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698