Better description for stop all sounds. (#649)
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								libs/music/shims.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								libs/music/shims.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user