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

Unified Diff: sdk/lib/isolate/isolate.dart

Issue 2676793002: Improve wording of `Isolate.resume` documentation. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/isolate/isolate.dart
diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart
index f97fbcabc25254d6e5d9eeea3c69cdd8509066a4..8627be5b9a18c8bfc933a58e607ac8a86f6967b2 100644
--- a/sdk/lib/isolate/isolate.dart
+++ b/sdk/lib/isolate/isolate.dart
@@ -94,7 +94,7 @@ class Isolate {
* then calls to [pause] will have no effect.
*
* If the isolate is spawned in a paused state, use this capability as
- * argument to [resume] to resume the isolate.
+ * argument to the [resume] method in order to resume the paused isolate.
*/
final Capability pauseCapability;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698