Skip to content

Commit 71cb7c4

Browse files
committed
Merge branch 'jsdoc' of https://github.com/JasonHK/phaser into jsdoc
2 parents c71acd3 + 72f0395 commit 71cb7c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/TransformMatrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ var TransformMatrix = new Class({
438438
* @param {Phaser.GameObjects.Components.TransformMatrix} rhs - The Matrix to multiply by.
439439
* @param {Phaser.GameObjects.Components.TransformMatrix} [out] - An optional Matrix to store the results in.
440440
*
441-
* @return {this|Phaser.GameObjects.Components.TransformMatrix} Either this TransformMatrix, or the `out` Matrix, if given in the arguments.
441+
* @return {(this|Phaser.GameObjects.Components.TransformMatrix)} Either this TransformMatrix, or the `out` Matrix, if given in the arguments.
442442
*/
443443
multiply: function (rhs, out)
444444
{

0 commit comments

Comments
 (0)