File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ class DoneEvent extends Event {
319
319
320
320
// Whether all tests succeeded (or were skipped).
321
321
//
322
- // Will be `null` if the test runner was close before all tests completed
322
+ // Will be `null` if the test runner was closed before all tests completed
323
323
// running.
324
324
bool? success;
325
325
}
@@ -362,7 +362,7 @@ class Test {
362
362
// Will only be present if `root_url` is different from `url`.
363
363
int? root_line;
364
364
365
- // The (1-based) line on in the original test suite from which the test
365
+ // The (1-based) line in the original test suite from which the test
366
366
// originated.
367
367
//
368
368
// Will only be present if `root_url` is different from `url`.
@@ -395,7 +395,7 @@ and may be a `package:` URL.
395
395
396
396
```
397
397
class Suite {
398
- // An opaque ID for the group .
398
+ // An opaque ID for the suite .
399
399
int id;
400
400
401
401
// The platform on which the suite is running.
You can’t perform that action at this time.
0 commit comments