Skip to content

Commit ebe4af2

Browse files
committed
lint fix
1 parent cf2095f commit ebe4af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/arcade/Body.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ var Body = new Class({
438438
*/
439439
this.maxVelocity = new Vector2(10000, 10000);
440440

441-
/**
441+
/**
442442
* The maximum speed this Body is allowed to reach.
443443
*
444444
* If not negative it limits the scalar value of speed.

0 commit comments

Comments
 (0)