diff --git a/src/tick/core.cljc b/src/tick/core.cljc index 35f2cbe..02b4491 100644 --- a/src/tick/core.cljc +++ b/src/tick/core.cljc @@ -1341,7 +1341,7 @@ or for the 3-arity version the amount of 'unit' between v1 and v2" (defn ^DateTimeFormatter formatter "Constructs a DateTimeFormatter out of either a - * format string - \"YYYY/mm/DD\" \"YYY HH:MM\" etc. + * format string - \"yyyy/MM/dd\" \"yyy HH:mm\" etc. or * formatter name - :iso-instant :iso-local-date etc