From 717b2f89e812cbb44f5c31d9245999ed35dae712 Mon Sep 17 00:00:00 2001 From: Moxious Date: Thu, 14 Sep 2017 07:55:52 -0400 Subject: [PATCH] fix typo in apply-by docs --- src/overtone/music/time.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overtone/music/time.clj b/src/overtone/music/time.clj index f48d2fbc5..0194816ce 100644 --- a/src/overtone/music/time.clj +++ b/src/overtone/music/time.clj @@ -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)