diff options
author | Loïc Hoguin <[email protected]> | 2013-07-12 19:48:55 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-07-12 19:48:55 +0200 |
commit | 01301acdafbf29ab914dc87c86bb0d9456543ae1 (patch) | |
tree | 4fa944ff5b30aedd6c34f359212f5c171c58fe42 /manual/cowboy_req.md | |
parent | f66a6fc57ab8642331ab06caadb16eb24f8afa2f (diff) | |
parent | d0bbf111196d44913ee15c7f20792f03cb16a7f4 (diff) | |
download | cowboy-01301acdafbf29ab914dc87c86bb0d9456543ae1.tar.gz cowboy-01301acdafbf29ab914dc87c86bb0d9456543ae1.tar.bz2 cowboy-01301acdafbf29ab914dc87c86bb0d9456543ae1.zip |
Merge branch 'patch-1' of git://github.com/edgurgel/cowboy
Diffstat (limited to 'manual/cowboy_req.md')
-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 |