diff --git a/core/engine/src/builtins/temporal/plain_month_day/mod.rs b/core/engine/src/builtins/temporal/plain_month_day/mod.rs index 8401b977928..b874fb5cf35 100644 --- a/core/engine/src/builtins/temporal/plain_month_day/mod.rs +++ b/core/engine/src/builtins/temporal/plain_month_day/mod.rs @@ -195,8 +195,9 @@ impl PlainMonthDay { } // ==== `Temporal.PlainMonthDay` Methods ==== + impl PlainMonthDay { - /// 10.3.8 Temporal.PlainMonthDay.prototype.toString ( [ options ] ) + /// 10.3.8 `Temporal.PlainMonthDay.prototype.toString ( [ options ] )` fn to_string(this: &JsValue, args: &[JsValue], context: &mut Context) -> JsResult { // 1. Let monthDay be the this value. // 2. Perform ? RequireInternalSlot(monthDay, [[InitializedTemporalMonthDay]]).