Skip to content

Commit 467aac2

Browse files
committed
JSDoc fix
1 parent c565fa3 commit 467aac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tilemaps/Tilemap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ var Tilemap = new Class({
12561256
* @method Phaser.Tilemaps.Tilemap#getTileLayerNames
12571257
* @since 3.21.0
12581258
*
1259-
* @return {[string]} Array of valid tilelayer names / IDs loaded into this Tilemap.
1259+
* @return {string[]} Array of valid tilelayer names / IDs loaded into this Tilemap.
12601260
*/
12611261
getTileLayerNames: function ()
12621262
{

0 commit comments

Comments
 (0)