Skip to content

Commit 5c49111

Browse files
authored
Close quote (#94)
1 parent 119e9ba commit 5c49111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ less information, e.g. (assuming we're in UTC time zone):
365365
Converting an Instant to ZonedDateTime requires a time zone:
366366

367367
```clojure
368-
(jt/zoned-date-time (jt/instant 100) "UTC)
368+
(jt/zoned-date-time (jt/instant 100) "UTC")
369369
;=> #object[java.time.ZonedDateTime 0x291777c0 "1970-01-01T00:00:00.100Z[UTC]"]
370370
```
371371

@@ -652,4 +652,4 @@ You can play with the conversion graph using the following helpers:
652652
; [[#object[java_time.graph.Types "[java.time.Instant]"]
653653
; #object[java_time.graph.Conversion "Cost:1.0"]]
654654
; ...}}
655-
```
655+
```

0 commit comments

Comments
 (0)