Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFix typo in Basics.elm #809
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
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. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
Jan 15, 2017
Contributor
No, changing that to Text.toString would also be wrong. See https://github.com/elm-lang/core/issues/805.
|
No, changing that to Text.toString would also be wrong. See https://github.com/elm-lang/core/issues/805. |
jvoigtlaender
closed this
Jan 15, 2017
jszmajda
referenced this pull request
Jan 16, 2017
Closed
Text.fromString references missing module #805
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shoowa commentedJan 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.