JSDoc fix

This commit is contained in:
Richard Davey 2021-03-24 15:39:09 +00:00
parent f39c6d1ee6
commit da44c1e3fb

View file

@ -117,7 +117,7 @@ var LightsManager = new Class({
*
* Point Lights are a WebGL only feature and do not have a Canvas counterpart.
*
* @method Phaser.GameObjects.LightsManager#addPointlight
* @method Phaser.GameObjects.LightsManager#addPointLight
* @since 3.50.0
*
* @param {number} x - The horizontal position of this Point Light in the world.