Fix some comments and remove extraneous text node - h/t @RebootJeff for pointing these out!

This commit is contained in:
Richard Feldman
2016-06-16 22:08:28 -07:00
parent c954a1f2b0
commit 04da63bc04

View File

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