mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
manual: Fix a typo in a typespec
This commit is contained in:
parent
cadde391f7
commit
c7f0834dc3
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ REST callbacks description
|
||||||
> * Value = [{binary() | {Type, SubType, Params}, ProvideResource}]
|
> * Value = [{binary() | {Type, SubType, Params}, ProvideResource}]
|
||||||
> * Type = SubType = binary()
|
> * Type = SubType = binary()
|
||||||
> * Params = '*' | [{binary(), binary()}]
|
> * Params = '*' | [{binary(), binary()}]
|
||||||
> * AcceptResource = atom()
|
> * ProvideResource = atom()
|
||||||
>
|
>
|
||||||
> Return the list of content-types the resource provides.
|
> Return the list of content-types the resource provides.
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue