diff options
| author | Kevin K <xkeviota@gmail.com> | 2024-01-03 21:53:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-03 20:53:17 +0000 |
| commit | 2d1c1747f7a7485f009e63ac17883b364fb027c4 (patch) | |
| tree | ddb1af5a0e97e755b4624851a33d379d6c930d1d | |
| parent | 34e3bd52aa4ca0ba0586736dde299070848c5a42 (diff) | |
Fix CMYK docs (#3128)
| -rw-r--r-- | crates/typst/src/visualize/color.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/src/visualize/color.rs b/crates/typst/src/visualize/color.rs index ab3aa424..0f50432b 100644 --- a/crates/typst/src/visualize/color.rs +++ b/crates/typst/src/visualize/color.rs @@ -510,7 +510,7 @@ impl Color { /// to RGB for display preview might differ from how your printer reproduces /// the color. /// - /// An HSL color is represented internally by an array of four components: + /// A CMYK color is represented internally by an array of four components: /// - cyan ([`ratio`]($ratio)) /// - magenta ([`ratio`]($ratio)) /// - yellow ([`ratio`]($ratio)) |
