From ff9a6bc1f343c146c4d54034e351e1afb1da3238 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 28 Nov 2017 21:53:24 -0500 Subject: doc: add missing serial commas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/17384 Reviewed-By: Timothy Gu Reviewed-By: Alexey Orlenko Reviewed-By: Refael Ackermann Reviewed-By: Myles Borins Reviewed-By: Luigi Pinca Reviewed-By: Daniel Bevenius Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig Reviewed-By: Jon Moss Reviewed-By: Michael Dawson Reviewed-By: Richard Lau Reviewed-By: Tobias Nießen --- doc/api/os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/os.md') diff --git a/doc/api/os.md b/doc/api/os.md index dca9b266f7..e77238021c 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -453,7 +453,7 @@ The following signal constants are exported by `os.constants.signals`: SIGILL Sent to a process to notify that it has attempted to perform an illegal, - malformed, unknown or privileged instruction. + malformed, unknown, or privileged instruction. SIGTRAP -- cgit v1.2.3