summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2022-07-05 19:51:00 +0200
committerLinus Groh <mail@linusgroh.de>2022-07-05 23:15:52 +0200
commit8dcd0d4a063f8dc09cbf6da0e2e0985fffad3969 (patch)
treed00975052b7645ca27b31bd2e3ede2e24916f597 /Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h
parent7ef3b426853fc941d416d413659ced12f2bf4c1d (diff)
downloadserenity-8dcd0d4a063f8dc09cbf6da0e2e0985fffad3969.zip
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguous
This is an editorial change in the Temporal spec. See: https://github.com/tc39/proposal-temporal/commit/5ebd34b
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h2
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 8f49063878..590deb3bf4 100644
--- a/Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h
+++ b/Userland/Libraries/LibJS/Runtime/Temporal/ISO8601.h
@@ -129,7 +129,7 @@ public:
[[nodiscard]] bool parse_time_zone_utc_offset_fraction();
[[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();
+ [[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_utc_offset_name();
[[nodiscard]] bool parse_tz_leading_char();