Skip to content

Commit 9b7c9b9

Browse files
committed
spelling
1 parent ead2b01 commit 9b7c9b9

File tree

4 files changed

+131
-131
lines changed

4 files changed

+131
-131
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ the `Inst` protocol and the Joda-Time types are external to the library.
481481
482482
Java Time introduced a concept of `Clock` - a time entity which can seed the
483483
dates, times and zones. However, there's no built-in facility which would allow
484-
you to influence the date-times created using default constructors ala Joda's
484+
you to influence the date-times created using default constructors à la Joda's
485485
`DateTimeUtils/setCurrentMillisSystem`. Clojure.Java-Time tries to fix that with
486486
the `with-clock` macro and the corresponding `with-clock-fn` function:
487487

docs/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h4><a href="#joda-time" id="joda-time"></a>Joda-Time</h4>
299299
</code></pre>
300300
<p>This snippet isn’t included in the Clojure.Java-Time code by default as both the <code>Inst</code> protocol and the Joda-Time types are external to the library.</p>
301301
<h4><a href="#clocks" id="clocks"></a>Clocks</h4>
302-
<p>Java Time introduced a concept of <code>Clock</code> - a time entity which can seed the dates, times and zones. However, there’s no built-in facility which would allow you to influence the date-times created using default constructors ala Joda’s <code>DateTimeUtils/setCurrentMillisSystem</code>. Clojure.Java-Time tries to fix that with the <code>with-clock</code> macro and the corresponding <code>with-clock-fn</code> function:</p>
302+
<p>Java Time introduced a concept of <code>Clock</code> - a time entity which can seed the dates, times and zones. However, there’s no built-in facility which would allow you to influence the date-times created using default constructors à la Joda’s <code>DateTimeUtils/setCurrentMillisSystem</code>. Clojure.Java-Time tries to fix that with the <code>with-clock</code> macro and the corresponding <code>with-clock-fn</code> function:</p>
303303
<pre><code class="language-clojure">(jt/zone-id)
304304
;=&gt; #&lt;java.time.ZoneRegion Europe/London&gt;
305305

0 commit comments

Comments
 (0)