Skip to content

Commit d4722d7

Browse files
committed
Fix strftime documentation in README
Markdown was barfing due to typo
1 parent dacdfaa commit d4722d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,8 +831,7 @@ To return the date:
831831
%L - Millisecond of the second (000..999)
832832
%m - Month of the year (01..12)
833833
%M - Minute of the hour (00..59)
834-
%n - Newline (
835-
)
834+
%n - Newline (\n)
836835
%N - Fractional seconds digits, default is 9 digits (nanosecond)
837836
%3N millisecond (3 digits)
838837
%6N microsecond (6 digits)

0 commit comments

Comments
 (0)