aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-02-01 19:30:58 +0100
committerLoïc Hoguin <[email protected]>2015-02-01 19:30:58 +0100
commit7472f14de0fafbe3baddf28cb1e09705a7bb377b (patch)
tree9d1356990d404c71b0fd586c4ce05595309b11aa /doc/src/guide
parent02b1b281785a815ff5b4c7bfc45053f0c786a18c (diff)
downloadcowboy-7472f14de0fafbe3baddf28cb1e09705a7bb377b.tar.gz
cowboy-7472f14de0fafbe3baddf28cb1e09705a7bb377b.tar.bz2
cowboy-7472f14de0fafbe3baddf28cb1e09705a7bb377b.zip
Fix small detail in docs
Diffstat (limited to 'doc/src/guide')
-rw-r--r--doc/src/guide/middlewares.ezdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/middlewares.ezdoc b/doc/src/guide/middlewares.ezdoc
index 35e9ea9..8b047d7 100644
--- a/doc/src/guide/middlewares.ezdoc
+++ b/doc/src/guide/middlewares.ezdoc
@@ -19,7 +19,7 @@ It is defined in the `cowboy_middleware` behavior.
This callback has two arguments. The first is the `Req` object.
The second is the environment.
-Middlewares can return one of four different values:
+Middlewares can return one of three different values:
* `{ok, Req, Env}` to continue the request processing
* `{suspend, Module, Function, Args}` to hibernate