Skip to content

Commit

Permalink
Fix strange output on documentation
Browse files Browse the repository at this point in the history
ex_doc is already smart enough to turn the call
into a link to the Erlang docs
  • Loading branch information
paulo-ferraz-oliveira committed Oct 2, 2024
1 parent f3646a2 commit 828b981
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/elli_example_callback.erl
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,9 @@ chunk_loop(Ref, N) ->
%% Elli is waiting for the request.
%%
%% `request_parse_error' fires if the request is invalid and cannot be parsed by
%% [`erlang:decode_packet/3'][decode_packet/3] or it contains a path Elli cannot
%% `erlang:decode_packet/3' or it contains a path Elli cannot
%% parse or does not support.
%%
%% [decode_packet/3]: http://erlang.org/doc/man/erlang.html#decode_packet-3
%%
%% `client_closed' can be sent from multiple parts of the request
%% handling. It's sent when the client closes the connection or if for
%% any reason the socket is closed unexpectedly. The `Where' atom
Expand Down

0 comments on commit 828b981

Please sign in to comment.