Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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