We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75e28d commit 3e5c153Copy full SHA for 3e5c153
1 file changed
src/loader/Loader.js
@@ -1806,7 +1806,7 @@ Phaser.Loader.prototype = {
1806
*
1807
* @method Phaser.Loader#getAudioURL
1808
* @private
1809
- * @param {object[]||string[]} urls - See {@link #audio} for format.
+ * @param {object[]|string[]} urls - See {@link #audio} for format.
1810
* @return {string} The URL to try and fetch; or null.
1811
*/
1812
getAudioURL: function (urls) {
0 commit comments