Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: remove duplicate socket.write
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam Pedersen authored and bnoordhuis committed Feb 22, 2012
1 parent 3d1b670 commit 7f94b5c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/api/net.markdown
Expand Up @@ -302,11 +302,6 @@ buffer. Returns `false` if all or part of the data was queued in user memory.
The optional `callback` parameter will be executed when the data is finally
written out - this may not be immediately.

#### socket.write(data, [encoding], [callback])

Write data with the optional encoding. The callback will be made when the
data is flushed to the kernel.

#### socket.end([data], [encoding])

Half-closes the socket. i.e., it sends a FIN packet. It is possible the
Expand Down

0 comments on commit 7f94b5c

Please sign in to comment.