Skip to content

Commit 36b2394

Browse files
committed
[css-color-4][editorial] Remove extra pipe character, #9651
1 parent 901356b commit 36b2394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5489,7 +5489,7 @@ Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE
54895489
<li>let |JND| be 0.02</li>
54905490
<li>let |epsilon| be 0.0001</li>
54915491
<!-- we already excluded spaces with no gamut limits in the first step, so this is fine -->
5492-
<li>let clip(|color|)| be a function which converts |color| to |destination|,
5492+
<li>let clip(|color|) be a function which converts |color| to |destination|,
54935493
converts all negative components to zero,
54945494
converts all components greater that one to one,
54955495
and returns the result

0 commit comments

Comments
 (0)