Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typo in websockex.ex #59

Merged
merged 1 commit into from
Aug 31, 2018
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
6 changes: 3 additions & 3 deletions lib/websockex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ defmodule WebSockex do
@doc """
Invoked when the WebSocket disconnects from the server.

This callback is only invoked in the even of a connection failure. In cases
of crashes or other errors then the process will terminate immediately
This callback is only invoked in the event of a connection failure. In cases
of crashes or other errors the process will terminate immediately
skipping this callback.

If the `handle_initial_conn_failure: true` option is provided during process
Expand Down Expand Up @@ -225,7 +225,7 @@ defmodule WebSockex do
| {:error, reason :: term}

@doc """
Invoked to to retrieve a formatted status of the state in a WebSockex process.
Invoked to retrieve a formatted status of the state in a WebSockex process.

This optional callback is used when you want to edit the values returned when
invoking `:sys.get_status`.
Expand Down