Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6cd0e26

Browse filesBrowse 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
Copy full SHA for 6cd0e26

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/net.markdown‎

Copy file name to clipboardExpand all lines: doc/api/net.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.