File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ they do better?". After all, Joda-Time already provides a pretty comprehensive
4848set of tools for dealing with time-related concepts. Turns out, it's a tad more
4949complicated than it has to be. Also, a few concepts have faulty designs which
5050lead to hard to fix bugs and misuse. You can see the birds-eye view of changes
51- and some of the rationale on the authors' (Stephen Colebourne) blog:
51+ and some of the rationale on the author's (Stephen Colebourne) blog:
5252
5353* [ what's wrong with Joda-Time] ( http://blog.joda.org/2009/11/why-jsr-310-isn-joda-time_4941.html ) ,
5454* [ when you should use Java-Time] ( http://blog.joda.org/2014/07/threeten-backport-vs-joda-time.html )
@@ -438,7 +438,7 @@ the `Inst` protocol and the Joda-Time types are external to the library.
438438
439439Java Time introduced a concept of ` Clock ` - a time entity which can seed the
440440dates, times and zones. However, there's no built-in facility which would allow
441- you to influence the date-times create using default constructors ala Joda's
441+ you to influence the date-times created using default constructors ala Joda's
442442` DateTimeUtils/setCurrentMillisSystem ` . Clojure.Java-Time tries to fix that with
443443the ` with-clock ` macro and the corresponding ` with-clock-fn ` function:
444444
You can’t perform that action at this time.
0 commit comments