From cf0e00589409eb8caf423e3efa6777540951d424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 22 Apr 2013 14:54:22 +0200 Subject: Fix an outdated comment --- src/cowboy_req.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cowboy_req.erl b/src/cowboy_req.erl index 4ec42f9..11b0e26 100644 --- a/src/cowboy_req.erl +++ b/src/cowboy_req.erl @@ -29,8 +29,7 @@ %% %% %% Exceptions include chunk/2 which always returns 'ok', -%% to_list/1 which returns a list of key/values, -%% and transport/1 which returns {ok, Transport, Socket}. +%% and to_list/1 which returns a list of key/values. %% %% Also note that all body reading functions perform actions, as Cowboy %% doesn't read the request body until they are called. -- cgit v1.2.3