Fix typo in TODO

This commit is contained in:
Richard Feldman
2016-09-03 14:01:44 -07:00
parent db8279b82b
commit 811da782d2

View File

@@ -70,7 +70,7 @@ searchResultDecoder : Decoder SearchResult
searchResultDecoder = searchResultDecoder =
-- See https://developer.github.com/v3/search/#example -- See https://developer.github.com/v3/search/#example
-- and http://package.elm-lang.org/packages/NoRedInk/elm-decode-pipeline/latest -- and http://package.elm-lang.org/packages/NoRedInk/elm-decode-pipeline/latest
-- TODO replace these calls to `hardcoded` with calls to `require` -- TODO replace these calls to `hardcoded` with calls to `required`
decode SearchResult decode SearchResult
|> hardcoded 0 |> hardcoded 0
|> hardcoded "" |> hardcoded ""