Skip to content

Commit

Permalink
[css-color-4][editorial] Remove extra pipe character, #9651
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Dec 18, 2023
1 parent 901356b commit 36b2394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5489,7 +5489,7 @@ Sample Pseudocode for the Binary Search Gamut Mapping Algorithm with Local MINDE
<li>let |JND| be 0.02</li>
<li>let |epsilon| be 0.0001</li>
<!-- we already excluded spaces with no gamut limits in the first step, so this is fine -->
<li>let clip(|color|)| be a function which converts |color| to |destination|,
<li>let clip(|color|) be a function which converts |color| to |destination|,
converts all negative components to zero,
converts all components greater that one to one,
and returns the result
Expand Down

0 comments on commit 36b2394

Please sign in to comment.