| Index: runtime/bin/file.dart
|
| diff --git a/runtime/bin/file.dart b/runtime/bin/file.dart
|
| index 81667819e49b41d2c9f8e275e41acaafbd02e5d1..248e4b4595d77ee21ee10b8e3bfbde53efb70718 100644
|
| --- a/runtime/bin/file.dart
|
| +++ b/runtime/bin/file.dart
|
| @@ -99,8 +99,7 @@ interface File default _File {
|
| *
|
| * Files can be opened in three modes:
|
| *
|
| - * FileMode.READ: open the file for reading. If the file does not
|
| - * exist [onError] is called.
|
| + * FileMode.READ: open the file for reading.
|
| *
|
| * FileMode.WRITE: open the file for both reading and writing and
|
| * truncate the file to length zero. If the file does not exist the
|
|
|