Skip to content

Commit

Permalink
fixup! docs: added documentation for socket.destroyed
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jun 17, 2016
1 parent 9154c97 commit deaaf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ The amount of bytes sent.

### socket.destroyed

A `boolean` value that indicates if the connection is destroyed or not.
A boolean value that indicates if the connection is destroyed or not.
Once a connection is destroyed no data can further be transferred using it.

### socket.connect(options[, connectListener])
Expand Down

0 comments on commit deaaf25

Please sign in to comment.