Skip to content

Commit

Permalink
Editorial: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Jun 15, 2022
1 parent fb976b0 commit 9370ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/duration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ <h1>
[[Microseconds]]: _duration1_.[[Microseconds]] + _duration2_.[[Microseconds]],
[[Nanoseconds]]: _duration1_.[[Nanoseconds]] + _duration2_.[[Nanoseconds]]
}.
1. Note: _durationSum_ may have mixed signs or field values that are out of bounds for a validated Duration Record.
1. NOTE: _durationSum_ may have mixed signs or field values that are out of bounds for a validated Duration Record.
1. Let _largestUnit1_ be ! DefaultTemporalLargestUnit(_duration1_).
1. Let _largestUnit2_ be ! DefaultTemporalLargestUnit(_duration2_).
1. Let _largestUnit_ be ! LargerOfTwoTemporalUnits(_largestUnit1_, _largestUnit2_).
Expand Down
3 changes: 1 addition & 2 deletions spec/zoneddatetime.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,7 @@ <h1>
<emu-alg>
1. If _options_ is not present, set _options_ to *undefined*.
1. Assert: Type(_options_) is Object or Undefined.
1. Assert: _durationFieldsRecord_ has all the fields specified in <emu-xref href="#table-temporal-durati
on-record-fields"></emu-xref>.
1. Assert: _durationFieldsRecord_ has all the fields specified in <emu-xref href="#table-temporal-duration-record-fields"></emu-xref>.
1. If DefaultTemporalLargestUnit(_durationFieldsRecord_) is not *"year"*, *"month"*, *"week"*, or *"day"*, then
1. Return ? AddInstant(_epochNanoseconds_, _durationFieldsRecord_).
1. Let _instant_ be ! CreateTemporalInstant(_epochNanoseconds_).
Expand Down

0 comments on commit 9370ef0

Please sign in to comment.