Skip to content

Commit

Permalink
fix deliver_later typo (#598)
Browse files Browse the repository at this point in the history
Docs for `deliver_later!` should refer to 
the non `!` version of this function.
  • Loading branch information
arghmeleg authored Apr 22, 2021
1 parent 0cc9e88 commit 5f9f5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bamboo/mailer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ defmodule Bamboo.Mailer do
@doc """
Deliver an email in the background.
Same as `deliver_later!/2` but does not return an ok tuple and raises on
Same as `deliver_later/2` but does not return an ok tuple and raises on
errors.
If successful, this function only returns the `Email` struct.
Expand Down

0 comments on commit 5f9f5f5

Please sign in to comment.