Skip to content

Commit 1a612f0

Browse files
authored
Merge pull request dm3#63 from vandr0iy/master
doc: fix example usage
2 parents 87e8666 + 1829408 commit 1a612f0

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
(defn ^DateTimeFormatter formatter
2424
"Constructs a DateTimeFormatter out of a
2525
26-
* format string - \"YYYY/mm/DD\", \"YYY HH:MM\", etc.
26+
* format string - \"YYYY/MM/DD\", \"YYY HH:mm\", etc.
2727
* formatter name - :iso-date, :iso-time, etc.
2828
2929
Accepts a map of options as an optional second argument:

0 commit comments

Comments
 (0)