Skip to content

Commit

Permalink
doc: update io.js reference
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bnoordhuis committed Aug 27, 2015
1 parent 7a999a1 commit 6cd0e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/net.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Example:
Don't call `server.address()` until the `'listening'` event has been emitted.

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

### server.unref()

Expand Down

0 comments on commit 6cd0e26

Please sign in to comment.