Skip to content

Commit 56d1cef

Browse files
committed
Merge pull request phaserjs#941 from kay-is/master
Changed a @method string
2 parents 3ebb13c + 4b7698d commit 56d1cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/Cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ Phaser.Cache.prototype = {
830830
/**
831831
* Get tilemap data by key.
832832
*
833-
* @method Phaser.Cache#getTilemap
833+
* @method Phaser.Cache#getTilemapData
834834
* @param {string} key - Asset key of the tilemap data to retrieve from the Cache.
835835
* @return {Object} The raw tilemap data in CSV or JSON format.
836836
*/

0 commit comments

Comments
 (0)