Skip to content

Commit ca5f412

Browse files
Yanfrenchy64
Yan
authored andcommitted
fix resolver-style typo for formatter doc
formatter doc showed * resolver-style - either :strict, `:smart `or :lenient
1 parent 8babcb5 commit ca5f412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_time/format.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
5050
Accepts a map of options as an optional second argument:
5151
52-
* `resolver-style` - either `:strict`, `:smart `or `:lenient`
52+
* `resolver-style` - either `:strict`, `:smart` or `:lenient`
5353
* `case` - either `:insensitive` or `:sensitive` (defaults to :sensitive)"
5454
([fmt]
5555
(formatter fmt {}))

0 commit comments

Comments
 (0)