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 type annotation in sample code for Decode.dict #302
Conversation
pushed a commit
that referenced
this pull request
Jul 20, 2015
evancz
merged commit cb93044
into
elm:master
Jul 20, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Nice catch, thanks! |
rtfeldman
deleted the
rtfeldman:fix-decoder-docs
branch
Jul 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rtfeldman commentedJul 20, 2015
The docs for
Decode.dicthad an inaccurate type annotation in their code sample (showing Int instead of Float), which this fixes.Before:
After: