Skip to content

Commit f99fea0

Browse files
authored
fixing missing space
1 parent 6ce827f commit f99fea0

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
@@ -790,7 +790,7 @@ function setting(p5, fn){
790790
* - `LAB, LCH, OKLAB, and OKLCH`: The single value is taken to be the `lightness (L)` component,
791791
* with the specified max range for that channel.
792792
*
793-
* - `HWB`: Grayscale relies on both the` whiteness (W)` and `blackness (B)` channels. Since
793+
* - `HWB`: Grayscale relies on both the `whiteness (W)` and `blackness (B)` channels. Since
794794
* a single value cannot directly account for two distinct channels, the library uses an
795795
* average of their max values to interpret the single grayscale parameter. For instance,
796796
* if W has a max of 50 and B has a max of 100, then the single grayscale parameter

0 commit comments

Comments
 (0)