1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:27:35 +00:00

LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegative

This is an editorial change in the Temporal spec.

See: 9ddd57e
This commit is contained in:
Linus Groh 2022-07-05 19:53:28 +02:00
parent 8dcd0d4a06
commit e1a6418015
2 changed files with 6 additions and 6 deletions

View file

@ -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();