Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 12, 2022
1 parent 21d0227 commit ed0718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coloraide/gamut/fit_css_color_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class CssColor4(Fit):
"""Uses the CSS Color Level 4 algroithm for gamut mapping: Oklch: https://www.w3.org/TR/css-color-4/#binsearch."""
"""Uses the CSS Color Level 4 algorithm for gamut mapping: Oklch: https://www.w3.org/TR/css-color-4/#binsearch."""

NAME = "css-color-4"
LIMIT = 0.02
Expand Down

0 comments on commit ed0718f

Please sign in to comment.