aboutsummaryrefslogtreecommitdiffstats
path: root/manual/cowboy_req.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/cowboy_req.md')
-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