From fd8c20ebe58bb1c831a4a81d1ba25563ccb69fb4 Mon Sep 17 00:00:00 2001 From: "Willow (GHOST)" Date: Fri, 13 Mar 2026 01:19:55 +0000 Subject: [PATCH] docs: temporal is stage four --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03894bdc4..b6453f8f4 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ extensions to the format. ## More information -[`Temporal`][proposal] is the Stage 3 proposal for ECMAScript that +[`Temporal`][proposal] is the Stage 4 proposal for ECMAScript that provides new JS objects and functions for working with dates and times that fully supports time zones and non-gregorian calendars. diff --git a/src/lib.rs b/src/lib.rs index a0f5011da..904b90c9b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -232,7 +232,7 @@ //! //! ## More information //! -//! [`Temporal`][proposal] is the Stage 3 proposal for ECMAScript that +//! [`Temporal`][proposal] is the Stage 4 proposal for ECMAScript that //! provides new JS objects and functions for working with dates and //! times that fully supports time zones and non-gregorian calendars. //!