Skip to content

Commit 6a56f6c

Browse files
committed
typo
1 parent 235e1bd commit 6a56f6c

File tree

4 files changed

+147
-147
lines changed

4 files changed

+147
-147
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Example usage:
112112
;=> #<java.time.LocalTime 10:00>
113113

114114
(jt/local-date-time 2015 10)
115-
:=> #<java.time.LocalDateTime 2015-10-01T00:00>
115+
;=> #<java.time.LocalDateTime 2015-10-01T00:00>
116116
```
117117

118118
#### Zoned Dates

docs/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h4><a href="#local-dates-andor-times" id="local-dates-andor-times"></a>Local Da
7878
;=&gt; #&lt;java.time.LocalTime 10:00&gt;
7979

8080
(jt/local-date-time 2015 10)
81-
:=&gt; #&lt;java.time.LocalDateTime 2015-10-01T00:00&gt;
81+
;=&gt; #&lt;java.time.LocalDateTime 2015-10-01T00:00&gt;
8282
</code></pre>
8383
<h4><a href="#zoned-dates" id="zoned-dates"></a>Zoned Dates</h4>
8484
<p>There are two types which deal with zones: * <code>OffsetDateTime</code> * see <a href="https://dm3.github.io/clojure.java-time/java-time.html#var-offset-date-time"><code>jt/offset-date-time</code></a> * <code>ZonedDateTime</code> * see <a href="https://dm3.github.io/clojure.java-time/java-time.html#var-zoned-date-time"><code>jt/zoned-date-time</code></a></p>

0 commit comments

Comments
 (0)