mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
docs: fix copy-paste error
This commit is contained in:
parent
964e5a2da5
commit
21994c5c46
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
var Random = require('../geom/rectangle/Random');
|
var Random = require('../geom/rectangle/Random');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Takes an array of Game Objects and positions them at random locations within the Ellipse.
|
* Takes an array of Game Objects and positions them at random locations within the Rectangle.
|
||||||
*
|
*
|
||||||
* @function Phaser.Actions.RandomRectangle
|
* @function Phaser.Actions.RandomRectangle
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
|
|
Loading…
Reference in a new issue