Browse Source

Merge pull request #10692 from jayschwa/patch-1

Fix typo in AudioListener documentation
Mr.doob 8 years ago
parent
commit
b752b69815
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/audio/AudioListener.html

+ 1 - 1
docs/api/audio/AudioListener.html

@@ -93,7 +93,7 @@
 		Return the volume.
 		</div>
 
-		<h3>[method:null getMasterVolume]( [page:Number value] )</h3>
+		<h3>[method:null setMasterVolume]( [page:Number value] )</h3>
 		<div>
 		Set the volume.
 		</div>