Skip to content

Commit

Permalink
Remove duplicate doc tag causing a compile warning (#639)
Browse files Browse the repository at this point in the history
Co-authored-by: Devin Henslee <[email protected]>
  • Loading branch information
Devin Henslee and Devin Henslee authored Dec 18, 2020
1 parent b0436ad commit d41186c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/stripe/subscriptions/usage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ defmodule Stripe.SubscriptionItem.Usage do
"""
def create(id, params, opts \\ [])

@doc """
Creates a usage record for a specified subscription item id and date, and fills it with a quantity.
"""
@spec create(Stripe.id(), params, Stripe.options()) :: {:ok, t} | {:error, Stripe.Error.t()}
when params: %{
:quantity => float | pos_integer | 0,
Expand Down

0 comments on commit d41186c

Please sign in to comment.