Skip to content

Commit

Permalink
DOC typo tick.format/formatter -> t/formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kwrooijen committed Oct 15, 2021
1 parent 26e5f9f commit 76fed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/formatting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ In ClojureScript, require ns _[tick.locale-en-us]_ to create custom formatters
(require '[tick.locale-en-us]) ; only need this require for custom format patterns
; and it's only needed for cljs, although the ns is cljc
(t/format (tick.format/formatter "yyyy-MMM-dd") (t/date))
(t/format (t/formatter "yyyy-MMM-dd") (t/date))
----

0 comments on commit 76fed8e

Please sign in to comment.