aboutsummaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-04-03 13:47:12 +0200
committerLoïc Hoguin <[email protected]>2013-04-03 13:47:12 +0200
commit2b56bb498f82860fb8783a7ee4d69a1d5696c5c9 (patch)
tree3d4a306dcf005fcb7437aaf91325d6489f9af9bf /guide
parentce1d8862c093b31a2e3ba0a072b58b697a6b55de (diff)
downloadcowboy-2b56bb498f82860fb8783a7ee4d69a1d5696c5c9.tar.gz
cowboy-2b56bb498f82860fb8783a7ee4d69a1d5696c5c9.tar.bz2
cowboy-2b56bb498f82860fb8783a7ee4d69a1d5696c5c9.zip
Update Ranch to 0.8.0
Diffstat (limited to 'guide')
-rw-r--r--guide/middlewares.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/middlewares.md b/guide/middlewares.md
index b5f055c..a1f1f8d 100644
--- a/guide/middlewares.md
+++ b/guide/middlewares.md
@@ -48,7 +48,7 @@ the routing information. It is a list of tuples with the first
element being an atom and the second any Erlang term.
Two values in the environment are reserved:
- * `listener` contains the pid of the listener process
+ * `listener` contains the name of the listener
* `result` contains the result of the processing
The `listener` value is always defined. The `result` value can be