We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494e181 commit 08611a2Copy full SHA for 08611a2
README.md
@@ -214,9 +214,9 @@ Three days starting at `now`?
214
215
```clj
216
(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"])
+=> (#object[java.time.LocalDate "2015-09-27"]
+ #object[java.time.LocalDate "2015-09-28"]
+ #object[java.time.LocalDate "2015-09-29"])
220
```
221
222
When is the first Monday in month?
0 commit comments