From ab31fd08c0d952dab360edd1d5d2840281ea98e3 Mon Sep 17 00:00:00 2001 From: Mark Kohler Date: Sat, 29 Sep 2018 16:58:48 -0700 Subject: [PATCH] Fix TODO that should refer to `viewArticle`. --- intro/part4/src/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro/part4/src/Main.elm b/intro/part4/src/Main.elm index 0f7f04c..aee9d71 100644 --- a/intro/part4/src/Main.elm +++ b/intro/part4/src/Main.elm @@ -93,7 +93,7 @@ view model = ] -{-| 👉 TODO: Replace this comment with a type annotation for `view` +{-| 👉 TODO: Replace this comment with a type annotation for `viewArticle` -} viewArticle article = div [ class "article-preview" ]