Skip to content

Commit 4b7698d

Browse files
committed
Changed a @method string so the documentation method name matches the code method name.
1 parent 560a44f commit 4b7698d

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
@@ -833,7 +833,7 @@ Phaser.Cache.prototype = {
833833
/**
834834
* Get tilemap data by key.
835835
*
836-
* @method Phaser.Cache#getTilemap
836+
* @method Phaser.Cache#getTilemapData
837837
* @param {string} key - Asset key of the tilemap data to retrieve from the Cache.
838838
* @return {Object} The raw tilemap data in CSV or JSON format.
839839
*/

0 commit comments

Comments
 (0)