Commit 0cfdaea
authored
Fix typo in color() syntax example
It said:
color(display-p3 0.43313, 0.50108, 0.37950);
That should have been:
color(display-p3 0.43313 0.50108 0.37950);1 parent 5ecbe8b commit 0cfdaea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments