Skip to content

Commit a6ad905

Browse files
authored
Rename param "yext" to "text" in documentation of new (#469)
1 parent 939ab07 commit a6ad905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flixel/addons/text/FlxTypeText.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class FlxTypeText extends FlxText
177177
* @param x The X position for this object.
178178
* @param y The Y position for this object.
179179
* @param width The width of this object. Text wraps automatically.
180-
* @param yext The text that will ultimately be displayed.
180+
* @param text The text that will ultimately be displayed.
181181
* @param size The size of the text.
182182
* @param embeddedFont Whether this text field uses embedded fonts or not.
183183
*/

0 commit comments

Comments
 (0)