Skip to content

Commit a94302b

Browse files
committed
fix typo
1 parent d381816 commit a94302b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/color3.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ color3.set = function (out, r, g, b) {
8282
/**
8383
* Set from hex
8484
*
85-
* @param {color4} out the receiving color
85+
* @param {color3} out the receiving color
8686
* @param {Number} hex
87-
* @returns {color4} out
87+
* @returns {color3} out
8888
* @function
8989
*/
9090
color3.fromHex = function (out, hex) {

0 commit comments

Comments
 (0)