Skip to content

Commit 0c50b0e

Browse files
committed
Typo
1 parent 6163340 commit 0c50b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/Tint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ var Tint = {
131131
* @webglOnly
132132
* @since 3.0.0
133133
*
134-
* @param {integer} [topLeft=0xffffff] - The tint being applied to the top-left of the Game Object. If not other values are given this value is applied evenly, tinting the whole Game Object.
134+
* @param {integer} [topLeft=0xffffff] - The tint being applied to the top-left of the Game Object. If no other values are given this value is applied evenly, tinting the whole Game Object.
135135
* @param {integer} [topRight] - The tint being applied to the top-right of the Game Object.
136136
* @param {integer} [bottomLeft] - The tint being applied to the bottom-left of the Game Object.
137137
* @param {integer} [bottomRight] - The tint being applied to the bottom-right of the Game Object.

0 commit comments

Comments
 (0)