fixing typos

This commit is contained in:
Peli de Halleux
2016-11-03 08:50:02 -07:00
parent 2138725a44
commit c03fac2162
4 changed files with 5 additions and 30 deletions

View File

@ -548,7 +548,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;
/**
* Plays a tone through ``speaker``.