Skip to content

Commit ba4693d

Browse files
committed
jsdoc fix
1 parent 8567188 commit ba4693d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/Transform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ var Transform = {
213213
* @since 3.0.0
214214
*
215215
* @param {number} [x=0] - The x position of this Game Object.
216-
* @param {number} [y] - The y position of this Game Object. If not set it will use the `x` value.
216+
* @param {number} [y=x] - The y position of this Game Object. If not set it will use the `x` value.
217217
* @param {number} [z=0] - The z position of this Game Object.
218218
* @param {number} [w=0] - The w position of this Game Object.
219219
*

0 commit comments

Comments
 (0)