Chore: Fix code comment

This commit is contained in:
Nelson Chan 2023-02-24 21:09:55 +08:00
parent 7b8ed01f27
commit c65a920050

View File

@ -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) {