Skip to content
Snippets Groups Projects
Commit 2a14cb05 authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

doc quote cleanup

parent 2be46316
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ data TimeLocale = TimeLocale { ...@@ -30,7 +30,7 @@ data TimeLocale = TimeLocale {
-- | Locale representing American usage. -- | Locale representing American usage.
-- --
-- 'knownTimeZones' contains only the ten time-zones mentioned in RFC 822 sec. 5: -- 'knownTimeZones' contains only the ten time-zones mentioned in RFC 822 sec. 5:
-- "UT", "GMT", "EST", "EDT", "CST", "CDT", "MST", "MDT", "PST", "PDT". -- \"UT\", \"GMT\", \"EST\", \"EDT\", \"CST\", \"CDT\", \"MST\", \"MDT\", \"PST\", \"PDT\".
-- Note that the parsing functions will regardless parse single-letter military time-zones and +HHMM format. -- Note that the parsing functions will regardless parse single-letter military time-zones and +HHMM format.
defaultTimeLocale :: TimeLocale defaultTimeLocale :: TimeLocale
defaultTimeLocale = TimeLocale { defaultTimeLocale = TimeLocale {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment