From d4e291d07450c48e56cb41da46329af9b2a8b2a3 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 3 Sep 2016 15:32:12 -0700 Subject: [PATCH] Update some comments. --- part7/Main.elm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/part7/Main.elm b/part7/Main.elm index 98c7b5e..beaff6c 100644 --- a/part7/Main.elm +++ b/part7/Main.elm @@ -31,14 +31,14 @@ searchFeed query = ++ query ++ "+language:elm&sort=stars&order=desc" - -- Hint: responseDecoder may be useful here + -- HINT: responseDecoder may be useful here. task = "TODO replace this String with a Task using http://package.elm-lang.org/packages/evancz/elm-http/latest/Http#get" in -- TODO replace this Cmd.none with a call to Task.perform - -- http://package.elm-lang.org/packages/elm-lang/core/4.0.1/Task#perform + -- http://package.elm-lang.org/packages/elm-lang/core/latest/Task#perform -- - -- Hint: pass these to Task.perform, but in a different order than this! + -- HINT: pass these to Task.perform, but in a different order than this! -- -- task -- HandleSearchResponse