From 8ba9cde9efd1364d3012936e726b6069edf6332e Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 27 Mar 2016 13:10:50 -0700 Subject: [PATCH] fix typo --- stages/9/ElmHub.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/9/ElmHub.elm b/stages/9/ElmHub.elm index ff3cb53..cc08d0b 100644 --- a/stages/9/ElmHub.elm +++ b/stages/9/ElmHub.elm @@ -71,7 +71,7 @@ viewSearchResults address results = results |> Dict.values |> List.sortBy (.stars >> negate) - |> List.map (\_ -> div [] [ text "TODO replace this line view logic from SearchResult" ]) + |> List.map (\_ -> div [] [ text "TODO replace this line with view logic from SearchResult" ]) onInput address wrap =