From cf3a8138a043ba9726ed52ff21e8e53296380f08 Mon Sep 17 00:00:00 2001 From: Shane Logsdon Date: Wed, 2 Apr 2014 15:38:17 -0400 Subject: [PATCH] typo --- lib/stripe/plan.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stripe/plan.ex b/lib/stripe/plan.ex index 34cea9a..a66fe52 100644 --- a/lib/stripe/plan.ex +++ b/lib/stripe/plan.ex @@ -21,7 +21,7 @@ defrecord Stripe.Plan, @type interval :: binary @type interval_count :: pos_integer @type name :: binary - @type metadate :: Keyword.t + @type metadata :: Keyword.t @type trial_period_days :: pos_integer @type statement_description :: binary