summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
authorYusuke Kawasaki <u-suke@kawa.net>2018-11-24 17:42:09 +0900
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-11-24 11:30:04 +0200
commit83a7247f12feb4f4d8ee558ad2c1528d26b503e0 (patch)
treeff5cd6274a3d2bebd40f2d8544bad90e975db5e3 /doc/api/os.md
parente2140697aa095ac3dfc469c759e3f26edea6c08f (diff)
downloadandroid-node-v8-83a7247f12feb4f4d8ee558ad2c1528d26b503e0.tar.gz
android-node-v8-83a7247f12feb4f4d8ee558ad2c1528d26b503e0.tar.bz2
android-node-v8-83a7247f12feb4f4d8ee558ad2c1528d26b503e0.zip
doc: remove duplicate whitespaces in doc/api
PR-URL: https://github.com/nodejs/node/pull/24628 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index ad5736d769..27326c4ea3 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -891,7 +891,7 @@ The following error constants are exported by `os.constants.errno`:
</tr>
<tr>
<td><code>EOPNOTSUPP</code></td>
- <td>Indicates that an operation is not supported on the socket. Note that
+ <td>Indicates that an operation is not supported on the socket. Note that
while <code>ENOTSUP</code> and <code>EOPNOTSUPP</code> have the same value
on Linux, according to POSIX.1 these error values should be distinct.)</td>
</tr>