Browse Source

Fix an outdated comment

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

+ 1 - 2
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.