Skip to content

Commit

Permalink
Use colon instead of dot in header
Browse files Browse the repository at this point in the history
  • Loading branch information
hollunder committed Jul 19, 2018
1 parent 3cc90c6 commit 7a1df8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/http.websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The opcode `0x1` will be returned as `"text"` and `0x2` will be returned as `"bi

Iterator over [`websocket:receive()`](#http.websocket:receive).

#### Example {#http.websocket.each-example}
#### Example {#http.websocket:each-example}

```lua
local ws = websocket.new_from_uri("wss://echo.websocket.org")
Expand Down

0 comments on commit 7a1df8c

Please sign in to comment.