diff --git a/lib/slack/web/client.ex b/lib/slack/web/client.ex index 79c1f06..11f9734 100644 --- a/lib/slack/web/client.ex +++ b/lib/slack/web/client.ex @@ -9,7 +9,7 @@ defmodule Slack.Web.Client do @type body :: form_body() | multipart_form_body() @doc """ - Returned value is passed directly to caller of generated Web API + Returned value is passed directly to caller of generated Web API module/functions. Can be any term. """ @callback post!(url :: url, body :: body) :: term()