Просмотр исходного кода

manual: Fix a typo in a typespec

Loïc Hoguin 12 лет назад
Родитель
Сommit
c7f0834dc3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      manual/cowboy_rest.md

+ 1 - 1
manual/cowboy_rest.md

@@ -207,7 +207,7 @@ REST callbacks description
 >  *  Value = [{binary() | {Type, SubType, Params}, ProvideResource}]
 >  *  Type = SubType = binary()
 >  *  Params = '*' | [{binary(), binary()}]
->  *  AcceptResource = atom()
+>  *  ProvideResource = atom()
 >
 > Return the list of content-types the resource provides.
 >