diff --git a/part6/Main.elm b/part6/Main.elm index c4e62fe..422e277 100644 --- a/part6/Main.elm +++ b/part6/Main.elm @@ -70,7 +70,7 @@ searchResultDecoder : Decoder SearchResult searchResultDecoder = -- See https://developer.github.com/v3/search/#example -- 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 |> hardcoded 0 |> hardcoded ""