Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9210ff

Browse files
committed
Fix a typo in 1.33
1 parent 5343dc0 commit a9210ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_primitive-data/1-33_relative-times.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ over +plus+ and +minus+:
4949

5050
[source,clojure]
5151
----
52-
;; 1.day.from_now
52+
;; 1.year.from_now
5353
(t/plus (t/now) (t/years 1))
5454
;; -> #<DateTime 2014-04-06T20:41:43.638Z>
5555

0 commit comments

Comments
 (0)