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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user