mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Fix qs_vals description on missing value for a name
This commit is contained in:
parent
39caf34fe3
commit
d0bbf11119
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ Request related exports
|
||||||
>
|
>
|
||||||
> Return the request's query string as a list of tuples.
|
> 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.
|
> in the query string without an associated value.
|
||||||
|
|
||||||
### set_meta(Name, Value, Req) -> Req2
|
### set_meta(Name, Value, Req) -> Req2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue