Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08611a2

Browse files
other typos in README.md
1 parent 494e181 commit 08611a2

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)

AltStyle によって変換されたページ (->オリジナル) /