We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16cd139 + bffa1fb commit f7743fdCopy full SHA for f7743fd
examples/sample_ws_handler.erl
@@ -42,6 +42,6 @@ websocket_info(start, _ConnState, State) ->
42
{reply, {text, <<"erlang message received">>}, State}.
43
44
websocket_terminate(Reason, _ConnState, State) ->
45
- io:format("Websocket closed in state ~p wih reason ~p~n",
+ io:format("Websocket closed in state ~p with reason ~p~n",
46
[State, Reason]),
47
ok.
0 commit comments