Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.
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 src/WebSocket/LowLevel.elm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module WebSocket.LowLevel exposing
)

{-| Low-level bindings to [the JavaScript API for web sockets][ws]. This is
useful primarily for making effect modules like [WebSocket](/WebSocket). So
useful primarily for making effect modules like [WebSocket](WebSocket). So
if you happen to be the creator of Elixir’s Phoenix framework, and you want
it to be super easy to use channels, this module will help you make a really
nice subscription-based API. If you are someone else, you probably do not want
Expand Down