From 7f68277203a8d0332b33f018c76010309bbf7917 Mon Sep 17 00:00:00 2001 From: Rex Date: Sun, 17 Sep 2023 10:46:47 +0800 Subject: [PATCH] Typo --- src/gameobjects/bitmaptext/static/BitmapText.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameobjects/bitmaptext/static/BitmapText.js b/src/gameobjects/bitmaptext/static/BitmapText.js index 13b2157d8..fc811edfe 100644 --- a/src/gameobjects/bitmaptext/static/BitmapText.js +++ b/src/gameobjects/bitmaptext/static/BitmapText.js @@ -860,7 +860,7 @@ var BitmapText = new Class({ * * Calling this will adjust the scale. * - * @method Phaser.GameObjects.Components.Size#setDisplaySize + * @method Phaser.GameObjects.BitmapText#setDisplaySize * @since 3.61.0 * * @param {number} width - The width of this BitmapText Game Object.