Browse Source

Fix a small edoc issue

Loïc Hoguin 12 years ago
parent
commit
b4d1407d63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cowboy_req.erl

+ 1 - 1
src/cowboy_req.erl

@@ -1228,7 +1228,7 @@ parse_connection_after(<< C, Rest/bits >>, Acc)
 %% @doc Walk through a tokens list and return whether
 %% @doc Walk through a tokens list and return whether
 %% the connection is keepalive or closed.
 %% the connection is keepalive or closed.
 %%
 %%
-%% We don't match on <<"keep-alive">> since it is the default value.
+%% We don't match on "keep-alive" since it is the default value.
 -spec connection_to_atom([binary()]) -> keepalive | close.
 -spec connection_to_atom([binary()]) -> keepalive | close.
 connection_to_atom([]) ->
 connection_to_atom([]) ->
 	keepalive;
 	keepalive;