0
Fork 0
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:
Loïc Hoguin 2013-05-25 17:50:16 +02:00
parent cadde391f7
commit c7f0834dc3

View file

@ -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.
> >