From 6cd0e2664b1ce944e5e461457d160be83f70d379 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 27 Aug 2015 17:57:09 +0200 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/2580 Reviewed-By: Jeremiah Senkpiel --- doc/api/net.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/net.markdown b/doc/api/net.markdown index 08f27a57a56..90780749c18 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -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()