diff --git a/src/java_time/format.clj b/src/java_time/format.clj index 7a71589..724d464 100644 --- a/src/java_time/format.clj +++ b/src/java_time/format.clj @@ -49,7 +49,7 @@ Accepts a map of options as an optional second argument: - * `resolver-style` - either `:strict`, `:smart `or `:lenient` + * `resolver-style` - either `:strict`, `:smart` or `:lenient` * `case` - either `:insensitive` or `:sensitive` (defaults to :sensitive)" ([fmt] (formatter fmt {}))