Skip to content

Commit 2239c81

Browse files
authored
Fix typos in color_namer.js
1 parent 389b77d commit 2239c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/accessibility/color_namer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,9 +702,9 @@ function _calculateColor(hsb) {
702702
return colortext;
703703
}
704704

705-
//gets rgba and returs a color name
705+
//gets rgba and returns a color name
706706
p5.prototype._rgbColorName = function(arg) {
707-
//conversts rgba to hsb
707+
//converts rgba to hsb
708708
let hsb = color_conversion._rgbaToHSBA(arg);
709709
//stores hsb in global variable
710710
originalHSB = hsb;

0 commit comments

Comments
 (0)