From b4d1407d63244df90b6c7c3fbf909fed4ad00020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 29 Sep 2012 13:16:48 +0200 Subject: Fix a small edoc issue --- src/cowboy_req.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cowboy_req.erl') diff --git a/src/cowboy_req.erl b/src/cowboy_req.erl index 05ea9a1..65e131f 100644 --- a/src/cowboy_req.erl +++ b/src/cowboy_req.erl @@ -1228,7 +1228,7 @@ parse_connection_after(<< C, Rest/bits >>, Acc) %% @doc Walk through a tokens list and return whether %% 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. connection_to_atom([]) -> keepalive; -- cgit v1.2.3