diff options
author | Boris Faure <[email protected]> | 2012-09-03 22:49:31 +0200 |
---|---|---|
committer | Boris Faure <[email protected]> | 2012-09-17 20:56:29 +0200 |
commit | 9393613214d45dc462a67a1d6dac8e0d83d32c4e (patch) | |
tree | 454049c45cf2ce22f10add666041f06585a1bce6 | |
parent | f6791b008ac8ccaa331bfbae9afb69af5bf36a7a (diff) | |
download | cowboy-9393613214d45dc462a67a1d6dac8e0d83d32c4e.tar.gz cowboy-9393613214d45dc462a67a1d6dac8e0d83d32c4e.tar.bz2 cowboy-9393613214d45dc462a67a1d6dac8e0d83d32c4e.zip |
fix typo in doc
-rw-r--r-- | src/cowboy_req.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_req.erl b/src/cowboy_req.erl index f8e0b6a..151b4dc 100644 --- a/src/cowboy_req.erl +++ b/src/cowboy_req.erl @@ -712,7 +712,7 @@ skip_body(Req) -> {error, Reason} -> {error, Reason} end. -%% @doc Return the full body sent with the reqest, parsed as an +%% @doc Return the full body sent with the request, parsed as an %% application/x-www-form-urlencoded string. Essentially a POST query string. %% @todo We need an option to limit the size of the body for QS too. -spec body_qs(Req) |