From 3023eee241e06534e53c31efc989b6903aada281 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 21 Aug 2016 16:24:55 -0700 Subject: [PATCH] Update comment --- part10/ElmHub.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part10/ElmHub.elm b/part10/ElmHub.elm index bb477e0..54e5109 100644 --- a/part10/ElmHub.elm +++ b/part10/ElmHub.elm @@ -81,7 +81,7 @@ viewSearchResult : SearchResult.Model -> Html Msg viewSearchResult result = -- TODO call SearchResult.view to render a search result. -- - -- Hint: Use Html.App.map and UpdateSearchResult to translate from + -- Hint: Use Html.map and UpdateSearchResult to translate from -- SearchResult.Msg into the Msg type we have defined in this module. div [] []