Skip to content

Commit 7c81b07

Browse files
authored
Merge pull request dm3#56 from green-coder/patch-1
typo in README.md
2 parents 494e181 + 6bc2e97 commit 7c81b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The previous day?
207207

208208
```clj
209209
(minus now (days 1))
210-
=> #object[java.time.LocalDate "2015-09-28"]
210+
=> #object[java.time.LocalDate "2015-09-26"]
211211
```
212212

213213
Three days starting at `now`?

0 commit comments

Comments
 (0)