Skip to content

Commit 28cf83f

Browse files
authored
fixing-setGreen
1 parent 9df7595 commit 28cf83f

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
@@ -381,7 +381,7 @@ class Color {
381381
* }
382382
* </code>
383383
* </div>
384-
**/
384+
*/
385385
setGreen(new_green, max=[0, 1]) {
386386
if(!Array.isArray(max)){
387387
max = [0, max];

0 commit comments

Comments
 (0)