Skip to content

Commit 4a711e4

Browse files
committed
Docs: fix description for TiledObject.point
1 parent bc8606c commit 4a711e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tilemaps/typedefs/TiledObject.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @typedef {object} Phaser.Types.Tilemaps.TiledObject
33
* @since 3.0.0
4-
*
4+
*
55
* @property {integer} id - The unique object ID.
66
* @property {string} name - The name this object was assigned in Tiled.
77
* @property {string} type - The type, as assigned in Tiled.
@@ -21,5 +21,5 @@
2121
* @property {any} [text] - Only set if a text object. Contains the text objects properties.
2222
* @property {boolean} [rectangle] - Only set, and set to `true`, if a rectangle object.
2323
* @property {boolean} [ellipse] - Only set, and set to `true`, if a ellipse object.
24-
* @property {boolean} [point] - Only set, and set to `true`, if a ellipse object.
24+
* @property {boolean} [point] - Only set, and set to `true`, if a point object.
2525
*/

0 commit comments

Comments
 (0)