Minor documentation tweak

This commit is contained in:
Joshua Granick
2018-08-09 12:01:40 -07:00
parent 8d8ee345b5
commit 91872a282e

View File

@@ -182,7 +182,7 @@ class Assets {
/**
* Gets an instance of an embedded sound
* @usage var sound = Assets.getSound("sound.wav");
* @usage var sound = Assets.getAudioBuffer ("sound.wav");
* @param id The ID or asset path for the sound
* @return A new Sound object
*/