fixed typo in tutorial

This commit is contained in:
Mustafa 2014-08-27 18:52:18 -04:00
parent ceef277442
commit 49bcd750a0

View file

@ -195,7 +195,7 @@ Example:
Currently not working, or the start-time syntax is wrong. Currently not working, or the start-time syntax is wrong.
```scheme ```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 2 seconds in the future
(play-note-at (+ 2 (current-seconds)) 1 "sin-inst" 440) (play-note-at (+ 2 (current-seconds)) 1 "sin-inst" 440)