Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit deb5b75

Browse files
committed
Merge pull request #8 from simonh1000/patch-1
Typo on link
2 parents 7eb231c + 5bbeb8a commit deb5b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebSocket/LowLevel.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module WebSocket.LowLevel exposing
77
)
88

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

0 commit comments

Comments
 (0)