Skip to content

Commit 655667d

Browse files
authored
Update src/color/p5.Color.js
1 parent c205623 commit 655667d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/color/p5.Color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ class Color {
548548

549549
/**
550550
* This function extracts the green value from a color object and
551-
* returns it in the range 0–255 by default. When colorMode() is given to an
551+
* returns it in the range 0–255 by default. When `colorMode()` is given to an
552552
* RBG value, the green value within the givin range is returned
553553
*/
554554
_getGreen(max=[0, 1]) {

0 commit comments

Comments
 (0)