Skip to content

Commit cec2ade

Browse files
authored
Merge pull request dm3#27 from emlyn/patch-2
docs: fix `formatter` docstring
2 parents b653823 + 63d2863 commit cec2ade

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)