Skip to content

Commit 33dfd5c

Browse files
committed
Fixed method name
1 parent 96b1d4c commit 33dfd5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/rope/RopeFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var GameObjectFactory = require('../GameObjectFactory');
1212
*
1313
* Note: This method will only be available if the Rope Game Object and WebGL support have been built into Phaser.
1414
*
15-
* @method Phaser.GameObjects.GameObjectFactory#mesh
15+
* @method Phaser.GameObjects.GameObjectFactory#rope
1616
* @webglOnly
1717
* @since 3.23.0
1818
*

0 commit comments

Comments
 (0)