aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-07-12 19:48:55 +0200
committerLoïc Hoguin <[email protected]>2013-07-12 19:48:55 +0200
commit01301acdafbf29ab914dc87c86bb0d9456543ae1 (patch)
tree4fa944ff5b30aedd6c34f359212f5c171c58fe42
parentf66a6fc57ab8642331ab06caadb16eb24f8afa2f (diff)
parentd0bbf111196d44913ee15c7f20792f03cb16a7f4 (diff)
downloadcowboy-01301acdafbf29ab914dc87c86bb0d9456543ae1.tar.gz
cowboy-01301acdafbf29ab914dc87c86bb0d9456543ae1.tar.bz2
cowboy-01301acdafbf29ab914dc87c86bb0d9456543ae1.zip
Merge branch 'patch-1' of git://github.com/edgurgel/cowboy
-rw-r--r--manual/cowboy_req.md2
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