Skip to content

Commit 0be8286

Browse files
committed
spelling: intersection
1 parent 013ece9 commit 0be8286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geom/intersects/GetRectangleIntersection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var RectangleToRectangle = require('./RectangleToRectangle');
1212
*
1313
* If optional `output` parameter is omitted, new Rectangle object is created and returned. If there is intersection, it will contain intersection area. If there is no intersection, it wil be empty Rectangle (all values set to zero).
1414
*
15-
* If Rectangle object is passed as `output` and there is intersection, then intersection area data will be loaded into it and it will be returned. If there is no intersetion, it will be returned without any change.
15+
* If Rectangle object is passed as `output` and there is intersection, then intersection area data will be loaded into it and it will be returned. If there is no intersection, it will be returned without any change.
1616
*
1717
* @function Phaser.Geom.Intersects.GetRectangleIntersection
1818
* @since 3.0.0

0 commit comments

Comments
 (0)