Browse Source

Small doc clarification

Loïc Hoguin 13 years ago
parent
commit
148fb949c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/cowboy_http_protocol.erl

+ 1 - 1
src/cowboy_http_protocol.erl

@@ -20,7 +20,7 @@
 %%  <dt>dispatch</dt><dd>The dispatch list for this protocol.</dd>
 %%  <dt>max_empty_lines</dt><dd>Max number of empty lines before a request.
 %%   Defaults to 5.</dd>
-%%  <dt>timeout</dt><dd>Time in milliseconds before an idle keep-alive
+%%  <dt>timeout</dt><dd>Time in milliseconds before an idle
 %%   connection is closed. Defaults to 5000 milliseconds.</dd>
 %% </dl>
 %%