diff --git a/doc/api/net.markdown b/doc/api/net.markdown index 08f27a57a5649d..90780749c18c17 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()