Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nekevss committed Jan 18, 2025
1 parent 0ef4c31 commit c987206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/engine/src/builtins/temporal/plain_month_day/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<JsValue> {
// 1. Let monthDay be the this value.
// 2. Perform ? RequireInternalSlot(monthDay, [[InitializedTemporalMonthDay]]).
Expand Down

0 comments on commit c987206

Please sign in to comment.