Skip to content

Commit

Permalink
Merge pull request #13 from knewter/patch-1
Browse files Browse the repository at this point in the history
Type a fixo.  arrity -> arity
  • Loading branch information
robconery committed Dec 14, 2015
2 parents 6a3d163 + c7cf4f8 commit 416b661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ mix test

I've tried to make the API somewhat comprehensive and intuitive. If you'd like to see things in detail be sure to have a look at the tests - they show (generally) the way the API goes together.

In general, if Stripe requires some information for a given API call, you'll find that as part of the arrity of the given function. For instance if you want to delete a Customer, you'll find that you *must* pass the id along:
In general, if Stripe requires some information for a given API call, you'll find that as part of the arity of the given function. For instance if you want to delete a Customer, you'll find that you *must* pass the id along:

```ex
{:ok, result} = Stripe.Customers.delete "some_id"
Expand Down

0 comments on commit 416b661

Please sign in to comment.