diff options
author | Linus Groh <mail@linusgroh.de> | 2022-07-05 19:53:28 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-07-05 23:15:52 +0200 |
commit | e1a64180150fe554558642d2b7f72d329ab393cd (patch) | |
tree | ea79abb96df5c89801cc8c72b5d9f34eb40645b7 /Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h | |
parent | 8dcd0d4a063f8dc09cbf6da0e2e0985fffad3969 (diff) | |
download | serenity-e1a64180150fe554558642d2b7f72d329ab393cd.zip |
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegative
This is an editorial change in the Temporal spec.
See: https://github.com/tc39/proposal-temporal/commit/9ddd57e
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h b/Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h index 590deb3bf4..6a01204600 100644 --- a/Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h +++ b/Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h @@ -130,7 +130,7 @@ public: [[nodiscard]] bool parse_time_zone_numeric_utc_offset(); [[nodiscard]] bool parse_time_zone_utc_offset(); [[nodiscard]] bool parse_time_zone_numeric_utc_offset_not_ambiguous_with_day_of_month(); - [[nodiscard]] bool parse_time_zone_numeric_utc_offset_not_ambiguous_allowed_negative_hour(); + [[nodiscard]] bool parse_time_zone_numeric_utc_offset_not_ambiguous_with_month(); [[nodiscard]] bool parse_time_zone_utc_offset_name(); [[nodiscard]] bool parse_tz_leading_char(); [[nodiscard]] bool parse_tz_char(); |