We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c76d8 commit a7371b9Copy full SHA for a7371b9
1 file changed
src/gameobjects/text/static/Text.js
@@ -1022,9 +1022,9 @@ var Text = new Class({
1022
* @since 3.0.0
1023
*
1024
* @param {(number|Phaser.Types.GameObjects.Text.TextPadding)} left - The left padding value, or a padding config object.
1025
- * @param {number} top - The top padding value.
1026
- * @param {number} right - The right padding value.
1027
- * @param {number} bottom - The bottom padding value.
+ * @param {[number]} top - The top padding value.
+ * @param {[number]} right - The right padding value.
+ * @param {[number]} bottom - The bottom padding value.
1028
1029
* @return {this} This Text object.
1030
*/
0 commit comments