Skip to content

Commit 86710c8

Browse files
authored
Merge pull request #7570 from pearmini/main
Fix typos in color_namer.js
2 parents 60d5f30 + 2239c81 commit 86710c8

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)