Better description for stop all sounds. (#649)

This commit is contained in:
Sam El-Husseini 2018-05-15 11:21:24 -07:00 committed by GitHub
parent e90b6a7946
commit a81e3b9f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ void playTone(int frequency, int ms) {
}
/**
* Play a tone through the speaker for some amount of time.
* Stop all sounds.
*/
//% help=music/stop-all-sounds
//% blockId=music_stop_all_sounds block="stop all sounds"

View File

@ -26,7 +26,7 @@ declare namespace music {
function playTone(frequency: int32, ms: int32): void;
/**
* Play a tone through the speaker for some amount of time.
* Stop all sounds.
*/
//% help=music/stop-all-sounds
//% blockId=music_stop_all_sounds block="stop all sounds"