Skip to content

Commit

Permalink
update function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsbty committed Nov 22, 2019
1 parent f7d447d commit d8e2158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe/connect/account_link.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule Stripe.AccountLink do
@plural_endpoint "account_links"

@doc """
Create an account.
Create an account link.
"""
@spec create(params, Stripe.options()) :: {:ok, t} | {:error, Stripe.Error.t()}
when params: %{
Expand Down

0 comments on commit d8e2158

Please sign in to comment.