Skip to content

Commit 828b981

Browse files
Fix strange output on documentation
ex_doc is already smart enough to turn the call into a link to the Erlang docs
1 parent f3646a2 commit 828b981

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/elli_example_callback.erl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,9 @@ chunk_loop(Ref, N) ->
273273
%% Elli is waiting for the request.
274274
%%
275275
%% `request_parse_error' fires if the request is invalid and cannot be parsed by
276-
%% [`erlang:decode_packet/3'][decode_packet/3] or it contains a path Elli cannot
276+
%% `erlang:decode_packet/3' or it contains a path Elli cannot
277277
%% parse or does not support.
278278
%%
279-
%% [decode_packet/3]: http://erlang.org/doc/man/erlang.html#decode_packet-3
280-
%%
281279
%% `client_closed' can be sent from multiple parts of the request
282280
%% handling. It's sent when the client closes the connection or if for
283281
%% any reason the socket is closed unexpectedly. The `Where' atom

0 commit comments

Comments
 (0)