mirror of
https://github.com/typst/typst
synced 2025-08-12 22:27:56 +08:00
Add missing "the" for cmyk function of color docs (#6731)
This commit is contained in:
parent
5babe8888c
commit
07e73d756e
@ -60,7 +60,7 @@ static TO_SRGB: LazyLock<qcms::Transform> = LazyLock::new(|| {
|
|||||||
///
|
///
|
||||||
/// Typst supports:
|
/// Typst supports:
|
||||||
/// - sRGB through the [`rgb` function]($color.rgb)
|
/// - sRGB through the [`rgb` function]($color.rgb)
|
||||||
/// - Device CMYK through [`cmyk` function]($color.cmyk)
|
/// - Device CMYK through the [`cmyk` function]($color.cmyk)
|
||||||
/// - D65 Gray through the [`luma` function]($color.luma)
|
/// - D65 Gray through the [`luma` function]($color.luma)
|
||||||
/// - Oklab through the [`oklab` function]($color.oklab)
|
/// - Oklab through the [`oklab` function]($color.oklab)
|
||||||
/// - Oklch through the [`oklch` function]($color.oklch)
|
/// - Oklch through the [`oklch` function]($color.oklch)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user