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

Fix typo in Basics.elm #809

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
3 participants
@Shoowa

Shoowa commented Jan 15, 2017

The document mention the use of a 'Text.fromString' function, when it actually discussed converting a data type to a String and then returning that result.

Fix typo in Basics.elm
The document mention the use of a 'Text.fromString' function, when it actually discussed converting a data type to a String and then returning that result.
@process-bot

This comment has been minimized.

Show comment
Hide comment
@process-bot

process-bot Jan 15, 2017

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot commented Jan 15, 2017

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Jan 15, 2017

Contributor

No, changing that to Text.toString would also be wrong. See https://github.com/elm-lang/core/issues/805.

Contributor

jvoigtlaender commented Jan 15, 2017

No, changing that to Text.toString would also be wrong. See https://github.com/elm-lang/core/issues/805.

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