Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Fix typo on fromwebsocket operator documentation #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/operators/fromwebsocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Creates a WebSocket Subject with a given URL, protocol and an optional observer
1. `url` *(String)*: The URL of the WebSocket.
2. `protocol` *(String)*: The protocol of the WebSocket.
3. `openObserver` *(`Rx.Observer`)*: An optional Observer to capture the open event.
4. `closingObserver` *(`Rx.Observer`)*: An optional Observer capture the the moment before the underlying socket is closed.
4. `closingObserver` *(`Rx.Observer`)*: An optional Observer capture the moment before the underlying socket is closed.

#### Returns
*(`Subject`)*: A Subject which wraps a WebSocket.
Expand Down