summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/visualize/color.rs2
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))