Skip to content

Commit

Permalink
Editorial: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored and ptomato committed May 19, 2022
1 parent e4eb181 commit 8f90398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/plainyearmonth.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ <h1>TemporalYearMonthToString ( _yearMonth_, _showCalendar_ )</h1>
1. Let _month_ be ToZeroPaddedDecimalString(_yearMonth_.[[ISOMonth]], 2).
1. Let _result_ be the string-concatenation of _year_, the code unit 0x002D (HYPHEN-MINUS), and _month_.
1. Let _calendarID_ be ? ToString(_yearMonth_.[[Calendar]]).
1. If _showCalendar_ is *"always" or if *_calendarID_ is not *"iso8601"*, then
1. If _showCalendar_ is *"always"* or if _calendarID_ is not *"iso8601"*, then
1. Let _day_ be ToZeroPaddedDecimalString(_yearMonth_.[[ISODay]], 2).
1. Set _result_ to the string-concatenation of _result_, the code unit 0x002D (HYPHEN-MINUS), and _day_.
1. Let _calendarString_ be ! FormatCalendarAnnotation(_calendarID_, _showCalendar_).
Expand Down

0 comments on commit 8f90398

Please sign in to comment.