Skip to content

Commit

Permalink
Merge pull request #395 from moxious/doc-typo
Browse files Browse the repository at this point in the history
fix typo in apply-by docs
  • Loading branch information
hlolli committed Sep 14, 2017
2 parents 8df59c9 + 717b2f8 commit 093b128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overtone/music/time.clj
Expand Up @@ -95,7 +95,7 @@
[t freq]
(at t (my-synth freq))
(let [next-t (+ t 200)
next-f (+ freq 100]
next-f (+ freq 100)]
(apply-by next-t #'foo [next-t next-f])))
(foo (now) 100)
Expand Down

0 comments on commit 093b128

Please sign in to comment.