Skip to content

Commit

Permalink
doc: corrected ERR_SOCKET_CANNOT_SEND message
Browse files Browse the repository at this point in the history
PR-URL: #32847
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
  • Loading branch information
willarmiros authored and BridgeAR committed Apr 28, 2020
1 parent 944e010 commit faeb408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ could not be determined.
<a id="ERR_SOCKET_CANNOT_SEND"></a>
### `ERR_SOCKET_CANNOT_SEND`

Data could be sent on a socket.
Data could not be sent on a socket.

<a id="ERR_SOCKET_CLOSED"></a>
### `ERR_SOCKET_CLOSED`
Expand Down

0 comments on commit faeb408

Please sign in to comment.