Skip to content

Commit

Permalink
remove incorrect doc-string comment, fixes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
jarohen committed Jan 30, 2023
1 parent fa0b6e8 commit 99ae29d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chime.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Usage:
(let [chimes (chime-ch [(.plusSeconds (Instant/now) -2) ; has already passed, will be ignored.
(let [chimes (chime-ch [(.plusSeconds (Instant/now) -2)
(.plusSeconds (Instant/now) 2)
(.plusSeconds (Instant/now) 2)])]
(a/<!! (go-loop []
Expand Down
2 changes: 1 addition & 1 deletion src/chime/core_async.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Usage:
(let [chimes (chime-ch [(.plusSeconds (Instant/now) -2) ; has already passed, will be ignored.
(let [chimes (chime-ch [(.plusSeconds (Instant/now) -2)
(.plusSeconds (Instant/now) 2)
(.plusSeconds (Instant/now) 2)])]
(a/<!! (go-loop []
Expand Down

0 comments on commit 99ae29d

Please sign in to comment.