Skip to content

Commit 3abbb13

Browse files
committed
spelling: formula
1 parent d9acb43 commit 3abbb13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/display/color/RGBToHSV.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
* Converts an RGB color value to HSV (hue, saturation and value).
9-
* Conversion forumla from http://en.wikipedia.org/wiki/HSL_color_space.
9+
* Conversion formula from http://en.wikipedia.org/wiki/HSL_color_space.
1010
* Assumes RGB values are contained in the set [0, 255] and returns h, s and v in the set [0, 1].
1111
* Based on code by Michael Jackson (https://github.com/mjijackson)
1212
*

0 commit comments

Comments
 (0)