Skip to content

Commit 3be913a

Browse files
authored
removing extra spaces
1 parent ce5c61b commit 3be913a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/color/setting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ function setting(p5, fn){
777777
* <a href="#/p5.Color">p5.Color</a> objects remember the mode that they were
778778
* created in. Changing modes doesn't affect their appearance.
779779
*
780-
* `Single-value (Grayscale) Colors` :
780+
* `Single-value (Grayscale) Colors`:
781781
* When a color is specified with only one parameter (e.g., `color(g)`), p5.js will interpret it
782782
* as a grayscale color. However, how that single parameter translates into a grayscale value
783783
* depends on the color mode:

0 commit comments

Comments
 (0)