From 9370ef010c7dce11092633875e092b181065a24d Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Wed, 15 Jun 2022 16:54:40 -0400 Subject: [PATCH] Editorial: Fix typos --- spec/duration.html | 2 +- spec/zoneddatetime.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/duration.html b/spec/duration.html index 8c7c87006a..d9e77071d3 100644 --- a/spec/duration.html +++ b/spec/duration.html @@ -1432,7 +1432,7 @@

[[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_). diff --git a/spec/zoneddatetime.html b/spec/zoneddatetime.html index 21ae788388..7a104e346b 100644 --- a/spec/zoneddatetime.html +++ b/spec/zoneddatetime.html @@ -1231,8 +1231,7 @@

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 . + 1. Assert: _durationFieldsRecord_ has all the fields specified in . 1. If DefaultTemporalLargestUnit(_durationFieldsRecord_) is not *"year"*, *"month"*, *"week"*, or *"day"*, then 1. Return ? AddInstant(_epochNanoseconds_, _durationFieldsRecord_). 1. Let _instant_ be ! CreateTemporalInstant(_epochNanoseconds_).