Skip to content

Commit 82e5c67

Browse files
committed
fix spec
1 parent de2e238 commit 82e5c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sendgrid/marketing_campaigns/contacts/recipients.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule SendGrid.Contacts.Recipients do
3535
}
3636
]
3737
"""
38-
@spec add_multiple([]) :: { :ok, [] } | { :ok, String.t } | { :error, list(String.t) }
38+
@spec add_multiple([]) :: { :ok, [String.t] } | { :ok, String.t } | { :error, list(String.t) }
3939
def add_multiple(recipients) when is_list(recipients) do
4040
SendGrid.patch(@base_api_url, recipients)
4141
|> handle_recipient_result

0 commit comments

Comments
 (0)