Chore: Fix code comment

pull/2835/head
Nelson Chan 2 years ago
parent 7b8ed01f27
commit c65a920050

@ -9,7 +9,7 @@ let gameList = null;
/** /**
* Get a game list via GameDig * Get a game list via GameDig
* @returns {any[]} * @returns {Object[]} list of games supported by GameDig
*/ */
function getGameList() { function getGameList() {
if (gameList == null) { if (gameList == null) {

Loading…
Cancel
Save