From 099fc55c02e9d8efcc8fc0ac89cefffa548ccacd Mon Sep 17 00:00:00 2001 From: Mustafa Date: Thu, 29 May 2014 11:37:29 -0700 Subject: [PATCH] fixed typo --- oregano/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index 6358102..731876a 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -167,7 +167,7 @@ Didn't implement envelopes yet. ;; add envelope to instrument (define my-inst (preset-instrument "sine" (envelope A S D R)) - +```