Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/DateFormat.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down