Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typespec for email_reply_to() seems not correct #313

Open
mradke opened this issue Dec 11, 2017 · 0 comments
Open

Typespec for email_reply_to() seems not correct #313

mradke opened this issue Dec 11, 2017 · 0 comments

Comments

@mradke
Copy link

mradke commented Dec 11, 2017

@spec email_reply_to() :: {nil, nil} | true | {String.t, String.t} | String.t

The typespec claims, the function email_reply_to() returns {nil, nil} | true | {String.t, String.t} | String.t, when in fact it returns nil | true | String.t, as far as I understand it.

This is probably not critical, just a minor annoyance in that it throws warnings at me while developing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant