diff options
author | Eduardo Gurgel <[email protected]> | 2013-07-08 14:30:53 -0300 |
---|---|---|
committer | Eduardo Gurgel <[email protected]> | 2013-07-08 14:30:53 -0300 |
commit | d0bbf111196d44913ee15c7f20792f03cb16a7f4 (patch) | |
tree | 0cad429f5d09619bb0f6825376e8fd56b01aae46 | |
parent | 39caf34fe3bc0a3c89ac8a06428542555f8e13c1 (diff) | |
download | cowboy-d0bbf111196d44913ee15c7f20792f03cb16a7f4.tar.gz cowboy-d0bbf111196d44913ee15c7f20792f03cb16a7f4.tar.bz2 cowboy-d0bbf111196d44913ee15c7f20792f03cb16a7f4.zip |
Fix qs_vals description on missing value for a name
-rw-r--r-- | manual/cowboy_req.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cowboy_req.md b/manual/cowboy_req.md index 8a765dc..1667311 100644 --- a/manual/cowboy_req.md +++ b/manual/cowboy_req.md @@ -281,7 +281,7 @@ Request related exports > > Return the request's query string as a list of tuples. > -> The value `true` will be returned when the name was found +> The value `true` will be returned when a name was found > in the query string without an associated value. ### set_meta(Name, Value, Req) -> Req2 |