We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c565fa3 commit 467aac2Copy full SHA for 467aac2
1 file changed
src/tilemaps/Tilemap.js
@@ -1256,7 +1256,7 @@ var Tilemap = new Class({
1256
* @method Phaser.Tilemaps.Tilemap#getTileLayerNames
1257
* @since 3.21.0
1258
*
1259
- * @return {[string]} Array of valid tilelayer names / IDs loaded into this Tilemap.
+ * @return {string[]} Array of valid tilelayer names / IDs loaded into this Tilemap.
1260
*/
1261
getTileLayerNames: function ()
1262
{
0 commit comments