fix comments and parameter typo

This commit is contained in:
Matthias L. Jugel
2017-02-19 11:44:16 +01:00
parent 7ad9a1cab8
commit 7c8c35a326
2 changed files with 2 additions and 1 deletions

View File

@ -555,7 +555,7 @@ declare namespace music {
//% help=music/play-tone weight=90
//% blockId=device_play_note block="play|tone %note=device_note|for %duration=device_beat" icon="\uf025" blockGap=8
//% parts="speaker" async shim=music::playTone
function playTone(freqency: number, ms: number): void;
function playTone(frequency: number, ms: number): void;
}
declare namespace pins {