From c98720651ed7fe17eff37cbd7997dfda6c403b67 Mon Sep 17 00:00:00 2001 From: Kevin Ness <46825870+nekevss@users.noreply.github.com> Date: Sat, 18 Jan 2025 01:25:55 -0600 Subject: [PATCH] Fix docs --- core/engine/src/builtins/temporal/plain_month_day/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]]).