Index: sdk/lib/isolate/isolate.dart |
diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart |
index 332e3b2c60f5cbfebe6d11b5c57256dd50f2f8e3..b90901ef453c09e3ea54038bcde26e56cf70609d 100644 |
--- a/sdk/lib/isolate/isolate.dart |
+++ b/sdk/lib/isolate/isolate.dart |
@@ -127,8 +127,8 @@ class Isolate { |
* If [packageRoot] is omitted, it defaults to the same URI that |
* the current isolate is using. |
* |
- * WARNING: The [packageRoot] parameter is not implemented on any |
- * platform yet. |
+ * WARNING: The [packageRoot] parameter is not implemented on all |
+ * platforms yet. |
* |
* If the [paused] parameter is set to `true`, |
* the isolate will start up in a paused state, |