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" ]