Skip to content

Commit 45b9eef

Browse files
committed
Fix typo in documentation
1 parent 1a0b7c3 commit 45b9eef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/money/subscription/change.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ defmodule Money.Subscription.Change do
88
* `:first_billing_amount` is the amount to be billed, net of any credit, at
99
the `:first_interval_starts`
1010
11-
* `:next_interval_starts` is the start date of the next interval after the `
11+
* `:next_interval_starts` is the start date of the next interval after the
1212
first interval including any `credit_days_applied`
1313
1414
* `:credit_amount` is the amount of unconsumed credit of the current plan
1515
1616
* `:credit_amount_applied` is the amount of credit applied to the new plan. If
1717
the `:prorate` option is `:price` (the default) the `:first_billing_amount`
1818
is the plan `:price` reduced by the `:credit_amount_applied`. If the `:prorate`
19-
option is `:period` then the `:first_billing_amount` is the plan `price and
19+
option is `:period` then the `:first_billing_amount` is the plan `price` and
2020
the `:next_interval_date` is extended by the `:credit_days_applied`
2121
instead.
2222

0 commit comments

Comments
 (0)