From d0bbf111196d44913ee15c7f20792f03cb16a7f4 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Mon, 8 Jul 2013 14:30:53 -0300 Subject: Fix qs_vals description on missing value for a name --- manual/cowboy_req.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3