From 2d1c1747f7a7485f009e63ac17883b364fb027c4 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Wed, 3 Jan 2024 21:53:17 +0100 Subject: [PATCH] Fix CMYK docs (#3128) --- crates/typst/src/visualize/color.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))