Skip to content

Commit 63d2863

Browse files
authored
Example formatter names don't work
1 parent b653823 commit 63d2863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_time/format.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Constructs a DateTimeFormatter out of a
2424
2525
* format string - \"YYYY/mm/DD\", \"YYY HH:MM\", etc.
26-
* formatter name - :date, :time-no-millis, etc.
26+
* formatter name - :iso-date, :iso-time, etc.
2727
2828
Accepts a map of options as an optional second argument:
2929

0 commit comments

Comments
 (0)