| Index: sdk/lib/developer/timeline.dart
|
| diff --git a/sdk/lib/developer/timeline.dart b/sdk/lib/developer/timeline.dart
|
| index 9d7aba62e3e21ff9d5f7b043ed5d93753974b1a4..0b7cd41e6b8852544795335419037410933c3da5 100644
|
| --- a/sdk/lib/developer/timeline.dart
|
| +++ b/sdk/lib/developer/timeline.dart
|
| @@ -97,7 +97,7 @@ class Timeline {
|
| /// you must first call [pass] to get the task id and then construct a new
|
| /// [TimelineTask] in the other isolate.
|
| class TimelineTask {
|
| - /// Create a task. [taskId] will be set by the system.
|
| + /// Create a task. The task ID will be set by the system.
|
| TimelineTask() : _taskId = _getNextAsyncId() {}
|
|
|
| /// Create a task with an explicit [taskId]. This is useful if you are
|
|
|