Skip to content

Commit cc50f80

Browse files
authored
Merge pull request #57 from green-coder/patch-2
other typos in README.md
2 parents 7c81b07 + 08611a2 commit cc50f80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ Three days starting at `now`?
214214

215215
```clj
216216
(take 3 (iterate plus now (days 1))) ;; note `java-time/iterate`
217-
=> (#object[java.time.LocalDate "2015-09-28"]
218-
#object[java.time.LocalDate "2015-09-29"]
219-
#object[java.time.LocalDate "2015-09-30"])
217+
=> (#object[java.time.LocalDate "2015-09-27"]
218+
#object[java.time.LocalDate "2015-09-28"]
219+
#object[java.time.LocalDate "2015-09-29"])
220220
```
221221

222222
When is the first Monday in month?

0 commit comments

Comments
 (0)