Skip to content

Commit

Permalink
Grammar fix in documentation (#473)
Browse files Browse the repository at this point in the history
"Gets the just the" → "Gets just the"
  • Loading branch information
tommorris authored and maymillerricci committed Apr 19, 2019
1 parent 214f5f3 commit cea3fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bamboo/email.ex
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ defmodule Bamboo.Email do
end

@doc """
Gets the just the email address from a normalized email address
Gets just the email address from a normalized email address
Normalized email addresses are 2 item tuples {name, address}. This gets the
address part of the tuple. Use this instead of calling `elem(address, 1)`
Expand Down

0 comments on commit cea3fd4

Please sign in to comment.