From c42a8262afb98c3be1198d002bee335e64d8e4c7 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 27 Oct 2020 15:13:03 +1000 Subject: [PATCH] Fix documentation for dayOfWeekNameAbbreviated --- src/DateFormat.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DateFormat.elm b/src/DateFormat.elm index 0e870af..57e35fb 100644 --- a/src/DateFormat.elm +++ b/src/DateFormat.elm @@ -242,9 +242,9 @@ dayOfWeekSuffix = DayOfWeekSuffix -{-| Gets the name of the day of the week, but just the first two letters. +{-| Gets the name of the day of the week, but just the first three letters. -Examples: `Su, Mo, Tu, ... Fr, Sa` +Examples: `Sun, Mon, Tue, ... Fri, Sat` -} dayOfWeekNameAbbreviated : Token