From 8b0c0fc11c1ff24c549f5e39cfdcb0933e87509d Mon Sep 17 00:00:00 2001 From: Jo Franchetti Date: Thu, 27 Jun 2024 15:13:21 +0100 Subject: [PATCH] Update ext/web/lib.deno_web.d.ts Co-authored-by: Luca Casonato Signed-off-by: Jo Franchetti --- ext/web/lib.deno_web.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/web/lib.deno_web.d.ts b/ext/web/lib.deno_web.d.ts index 6ebd8a7a89..14fae2b162 100644 --- a/ext/web/lib.deno_web.d.ts +++ b/ext/web/lib.deno_web.d.ts @@ -1322,7 +1322,7 @@ declare function reportError( /** @category Platform */ declare type PredefinedColorSpace = "srgb" | "display-p3"; -/** Color space settings for `ImageData` objects. +/** Color space settings for {@linkcode ImageData} objects. * * @category Platform */ declare interface ImageDataSettings {