From 8d824182be8ec54ce76c84f18943dcfbb3734bdb Mon Sep 17 00:00:00 2001 From: Timothy <1695613+timothyis@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:23:38 +0000 Subject: [PATCH] docs: Temporal plaintime docs link (#27879) --- cli/tsc/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index bd32845a6acb82..4c47ad003ceae3 100644 --- a/cli/tsc/dts/lib.deno.unstable.d.ts +++ b/cli/tsc/dts/lib.deno.unstable.d.ts @@ -2605,7 +2605,7 @@ declare namespace Temporal { * `Temporal.PlainDateTime` by combining it with a `Temporal.PlainDate` using the * `toPlainDateTime()` method. * - * See https://tc39.es/proposal-temporal/docs/time.html for more details. + * See https://tc39.es/proposal-temporal/docs/plaintime.html for more details. * * @category Temporal * @experimental