We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While reading through the source I encountered a typo:
Something is off with the " <> H.ordinalize (Index.toHuman index) <> " branch of this if experssion:
Something is off with the " <> H.ordinalize (Index.toHuman index) <> " branch of this
experssion:
which should read:
Something is off with the " <> H.ordinalize (Index.toHuman index) <> " branch of this if expression:
expression:
https://github.com/elm-lang/elm-compiler/blob/master/src/Reporting/Error/Type.hs#L633
The text was updated successfully, but these errors were encountered:
Thanks for the issue! 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.
Sorry, something went wrong.
Fixing minor typos. Fixes elm#1674, Fixes elm#1675, Fixes elm#1677 (#1)
fe09564
55a65a1
No branches or pull requests
While reading through the source I encountered a typo:
Something is off with the " <> H.ordinalize (Index.toHuman index) <> " branch of this
ifexperssion:
which should read:
Something is off with the " <> H.ordinalize (Index.toHuman index) <> " branch of this
ifexpression:
https://github.com/elm-lang/elm-compiler/blob/master/src/Reporting/Error/Type.hs#L633
The text was updated successfully, but these errors were encountered: