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

Skip to content

Commit a56e3cb

Browse files
author
Ryan Neufeld
authored
Merge pull request clojure-cookbook#487 from anthonygalea/master
Fix a typo in 1.33
2 parents 5343dc0 + a9210ff commit a56e3cb

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)