0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-07 23:06:50 -05:00

docs: Temporal plaintime docs link (#27879)

This commit is contained in:
Timothy 2025-01-31 20:23:38 +00:00 committed by GitHub
parent 1ef341c397
commit 8d824182be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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