Skip to content

Commit 9ff1634

Browse files
committed
Docs: correct names for easing functions
Linear, Stepped. phaserjs#5062
1 parent 08aaf62 commit 9ff1634

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/math/easing/linear/Linear.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Linear easing (no variation).
99
*
10-
* @function Phaser.Math.Easing.Linear.Linear
10+
* @function Phaser.Math.Easing.Linear
1111
* @since 3.0.0
1212
*
1313
* @param {number} v - The value to be tweened.

src/math/easing/stepped/Stepped.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Stepped easing.
99
*
10-
* @function Phaser.Math.Easing.Stepped.Stepped
10+
* @function Phaser.Math.Easing.Stepped
1111
* @since 3.0.0
1212
*
1313
* @param {number} v - The value to be tweened.

0 commit comments

Comments
 (0)