| 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
|
|
|