diff --git a/part2/Main.elm b/part2/Main.elm index 3fda197..8bad4aa 100644 --- a/part2/Main.elm +++ b/part2/Main.elm @@ -21,7 +21,7 @@ type alias ResultId = Int -{-| TODO add a type annotation to this function +{-| TODO add a type annotation to this value -} model = { query = "tutorial" @@ -75,11 +75,10 @@ viewSearchResult result = , a [ href ("https://github.com/" ++ result.name), target "_blank" ] [ text result.name ] - , text result.name ] -{-| TODO add a type annotation to this function +{-| TODO add a type annotation to this value -} main = view model