docs: Remove duplicate socket.write() description
authorBrian White <mscdex@mscdex.net>
Fri, 20 Apr 2012 06:57:14 +0000 (02:57 -0400)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 20 Apr 2012 14:16:17 +0000 (16:16 +0200)
doc/api/net.markdown

index 2b7e041..140effe 100644 (file)
@@ -282,11 +282,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