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

Format: update comment on %Q specifier

parent 95393689
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ formatChar c = case formatCharacter c of
-- [@%q@] picosecond of second, 0-padded to twelve chars, @000000000000@ - @999999999999@.
--
-- [@%Q@] decimal point and fraction of second, up to 12 second decimals, without trailing zeros.
-- For a whole number of seconds, @%Q@ produces the empty string.
-- For a whole number of seconds, @%Q@ omits the decimal point unless padding is specified.
--
-- === 'UTCTime' and 'ZonedTime'
-- For 'UTCTime' and 'ZonedTime':
......
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