Skip to content

Commit 4502f70

Browse files
tniessenguangwong
authored andcommittedOct 10, 2022
doc: use serial comma in report docs
Refs: nodejs/node#11321 Refs: nodejs/node#17384 PR-URL: nodejs/node#43394 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Node.js report completed
524524

525525
When a report is written, start and end messages are issued to stderr
526526
and the filename of the report is returned to the caller. The default filename
527-
includes the date, time, PID and a sequence number. The sequence number helps
527+
includes the date, time, PID, and a sequence number. The sequence number helps
528528
in associating the report dump with the runtime state if generated multiple
529529
times for the same Node.js process.
530530

@@ -551,7 +551,7 @@ Special meaning is attached to `stdout` and `stderr`. Usage of these
551551
will result in report being written to the associated standard streams.
552552
In cases where standard streams are used, the value in `directory` is ignored.
553553
URLs are not supported. Defaults to a composite filename that contains
554-
timestamp, PID and sequence number.
554+
timestamp, PID, and sequence number.
555555

556556
`directory` specifies the filesystem directory where the report will be written.
557557
URLs are not supported. Defaults to the current working directory of the

0 commit comments

Comments
 (0)
Please sign in to comment.