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

Missing comma in example code #428

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
2 participants
@kitofr

kitofr commented Oct 21, 2015

I think there's a comma missing here in the example.
This was derived from 2.1.0, but didn't have access to create PR against it.

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Nov 19, 2015

Member

Nice catch! I sometimes wish the compiler could check code in comments, but then I think about implementing that :P

Anyway, I ended up taking out that big starting comment in favor of more targeted comments throughout. Thanks for the fix though!

Member

evancz commented Nov 19, 2015

Nice catch! I sometimes wish the compiler could check code in comments, but then I think about implementing that :P

Anyway, I ended up taking out that big starting comment in favor of more targeted comments throughout. Thanks for the fix though!

@evancz evancz closed this Nov 19, 2015

@kitofr

This comment has been minimized.

Show comment
Hide comment
@kitofr

kitofr Nov 27, 2015

@evancz yes that IS nice :) elixir has doc-tests for that purpose which would be just awesome in ELM as well.

kitofr commented Nov 27, 2015

@evancz yes that IS nice :) elixir has doc-tests for that purpose which would be just awesome in ELM as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment