From ee233259f4cffeb033ed20bafbdf4337f21ae9dc Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Sun, 20 Mar 2022 14:17:16 +0100 Subject: [PATCH] Fix typo for Html.Attributes.reversed --- src/Html/Attributes.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Html/Attributes.elm b/src/Html/Attributes.elm index 652fc62..c0e8951 100644 --- a/src/Html/Attributes.elm +++ b/src/Html/Attributes.elm @@ -844,7 +844,7 @@ pubdate = {-| Indicates whether an ordered list `ol` should be displayed in a descending -order instead of a ascending. +order instead of ascending. -} reversed : Bool -> Attribute msg reversed =