mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
LibJS: Fix incorrectly formatted section comments
A couple of missing URLs, spaces, and a stray comma.
This commit is contained in:
parent
acf3154483
commit
a20b189eab
6 changed files with 7 additions and 7 deletions
|
@ -75,7 +75,7 @@ ThrowCompletionOr<Calendar*> get_builtin_calendar(GlobalObject& global_object, S
|
|||
return static_cast<Calendar*>(TRY(construct(global_object, *global_object.temporal_calendar_constructor(), move(arguments))));
|
||||
}
|
||||
|
||||
// 12.1.4 GetISO8601Calendar ( )
|
||||
// 12.1.4 GetISO8601Calendar ( ), https://tc39.es/proposal-temporal/#sec-temporal-getiso8601calendar
|
||||
Calendar* get_iso8601_calendar(GlobalObject& global_object)
|
||||
{
|
||||
// 1. Return ! GetBuiltinCalendar("iso8601").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue