Skip to content
Closed
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 Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ server.listen(3000);

### Socket#emit(name:String[, …]):Socket

Emits an event to the socket identified by the string `name`. Any
Emits an event, identified by the string `name`, on the socket. Any
other parameters can be included.

All datastructures are supported, including `Buffer`. JavaScript
Expand Down