Skip to content

Commit 6cd0e26

Browse files
committed
doc: update io.js reference
Commit f337595 ("lib,src: add unix socket getsockname/getpeername") accidentally left in a reference to io.js v1.5.0 in the documentation. Update it to say "Node.js v4.0.0", the upcoming release. PR-URL: #2580 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 7a999a1 commit 6cd0e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/net.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Example:
256256
Don't call `server.address()` until the `'listening'` event has been emitted.
257257

258258
This method used to return the file path as a string for UNIX sockets and
259-
Windows pipes. As of io.js v1.5.0, it returns the expected object.
259+
Windows pipes. As of Node.js v4.0.0, it returns the expected object.
260260

261261
### server.unref()
262262

0 commit comments

Comments
 (0)