From 49bcd750a0c358de1401d2d3e14dd507b8e384f6 Mon Sep 17 00:00:00 2001 From: Mustafa Date: Wed, 27 Aug 2014 18:52:18 -0400 Subject: [PATCH] fixed typo in tutorial --- oregano/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index bf6cf12..5ae611a 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -195,7 +195,7 @@ Example: Currently not working, or the start-time syntax is wrong. ```scheme -(play-note start-utc-seconds duration instrument frequency) +(play-note-at start-utc-seconds duration instrument frequency) ;; play 2 seconds in the future (play-note-at (+ 2 (current-seconds)) 1 "sin-inst" 440)