| Index: sdk/lib/isolate/isolate.dart
|
| diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart
|
| index f33b63c6507cc591b6e6226724335358aa15f191..1cc9d8e32ca6d9ac03cf3ad5f34ca12c0966695f 100644
|
| --- a/sdk/lib/isolate/isolate.dart
|
| +++ b/sdk/lib/isolate/isolate.dart
|
| @@ -439,7 +439,8 @@ class Isolate {
|
| * The isolate is requested to terminate itself.
|
| * The [priority] argument specifies when this must happen.
|
| *
|
| - * The [priority] must be one of [IMMEDIATE] or [BEFORE_NEXT_EVENT].
|
| + * The [priority], when provided, must be one of [IMMEDIATE] or
|
| + * [BEFORE_NEXT_EVENT] (the default).
|
| * The shutdown is performed at different times depending on the priority:
|
| *
|
| * * `IMMEDIATE`: The isolate shuts down as soon as possible.
|
|
|