Skip to content

Commit

Permalink
Added appropriate comma within comment.
Browse files Browse the repository at this point in the history
Closes #35685
#35685

GitOrigin-RevId: 25e6bca
Change-Id: I17318554d6114e3ec030884afb3edd0a7d899252
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/89980
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
  • Loading branch information
wtoalabi authored and commit-bot@chromium.org committed Mar 8, 2019
1 parent 283cabf commit 6231ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/lib/developer/developer.dart
Expand Up @@ -30,7 +30,7 @@ part 'timeline.dart';
/// Returns the value of [when]. Some debuggers may display [message].
///
/// NOTE: When invoked, the isolate will not return until a debugger
/// continues execution. When running in the Dart VM the behaviour is the same
/// continues execution. When running in the Dart VM, the behaviour is the same
/// regardless of whether or not a debugger is connected. When compiled to
/// JavaScript, this uses the "debugger" statement, and behaves exactly as
/// that does.
Expand Down
2 changes: 1 addition & 1 deletion sdk/lib/isolate/isolate.dart
Expand Up @@ -40,7 +40,7 @@ class IsolateSpawnException implements Exception {
*
* An `Isolate` object is a reference to an isolate, usually different from
* the current isolate.
* It represents, and can be used control, the other isolate.
* It represents, and can be used to control, the other isolate.
*
* When spawning a new isolate, the spawning isolate receives an `Isolate`
* object representing the new isolate when the spawn operation succeeds.
Expand Down

0 comments on commit 6231ba0

Please sign in to comment.