Browse Source

Remove an outdated note about cowboy_loop timeout

Loïc Hoguin 6 years ago
parent
commit
6e784f1a45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/src/guide/loop_handlers.asciidoc

+ 2 - 2
doc/src/guide/loop_handlers.asciidoc

@@ -29,8 +29,8 @@ for plain HTTP handlers.
 
 The `init/2` function must return a `cowboy_loop` tuple to enable
 loop handler behavior. This tuple may optionally contain
-a timeout value and/or the atom `hibernate` to make the
-process enter hibernation until a message is received.
+the atom `hibernate` to make the process enter hibernation
+until a message is received.
 
 This snippet enables the loop handler: