mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Typo
This commit is contained in:
parent
c198c4e2b3
commit
f0d2394c6f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ var LineCurve = new Class({
|
||||||
/**
|
/**
|
||||||
* The quantity of arc length divisions within the curve.
|
* The quantity of arc length divisions within the curve.
|
||||||
*
|
*
|
||||||
* @name Phaser.Curves.Curve#arcLengthDivisions
|
* @name Phaser.Curves.Line#arcLengthDivisions
|
||||||
* @type {integer}
|
* @type {integer}
|
||||||
* @default 1
|
* @default 1
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
|
|
Loading…
Reference in a new issue