Browse Source

Merge branch 'patch-1' of git://github.com/edgurgel/cowboy

Loïc Hoguin 12 years ago
parent
commit
01301acdaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manual/cowboy_req.md

+ 1 - 1
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