aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-04-22 14:54:22 +0200
committerLoïc Hoguin <[email protected]>2013-04-22 14:54:22 +0200
commitcf0e00589409eb8caf423e3efa6777540951d424 (patch)
treef849c731c88bf38278bb9a9d31c3be4fa59efd00
parent97b8401c45ea24dca034db6a34cf02f0809034c3 (diff)
downloadcowboy-cf0e00589409eb8caf423e3efa6777540951d424.tar.gz
cowboy-cf0e00589409eb8caf423e3efa6777540951d424.tar.bz2
cowboy-cf0e00589409eb8caf423e3efa6777540951d424.zip
Fix an outdated comment
-rw-r--r--src/cowboy_req.erl3
1 files changed, 1 insertions, 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 @@
%% </dl>
%%
%% Exceptions include <em>chunk/2</em> which always returns <em>'ok'</em>,
-%% <em>to_list/1</em> which returns a list of key/values,
-%% and <em>transport/1</em> which returns <em>{ok, Transport, Socket}</em>.
+%% and <em>to_list/1</em> 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.