Fix some comments and remove extraneous text node - h/t @RebootJeff for pointing these out!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user