Skip to content

Commit 55d1f9e

Browse files
authored
Fix typos in json_reporter documentation (#2493)
Fix two minor typos in the documentation for the `json_reporter`. Several tools parse this documentation and therefore use the incorrect comments.
1 parent c3755d8 commit 55d1f9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/test/doc/json_reporter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class DoneEvent extends Event {
319319
320320
// Whether all tests succeeded (or were skipped).
321321
//
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
323323
// running.
324324
bool? success;
325325
}
@@ -362,7 +362,7 @@ class Test {
362362
// Will only be present if `root_url` is different from `url`.
363363
int? root_line;
364364
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
366366
// originated.
367367
//
368368
// Will only be present if `root_url` is different from `url`.
@@ -395,7 +395,7 @@ and may be a `package:` URL.
395395

396396
```
397397
class Suite {
398-
// An opaque ID for the group.
398+
// An opaque ID for the suite.
399399
int id;
400400
401401
// The platform on which the suite is running.

0 commit comments

Comments
 (0)