Skip to content

Commit bf066ea

Browse files
committed
Normative: Fix indentation error
Unfortunately, this incorrect indentation caused the algorithm to have a different result than was intended. Closes: #1910
1 parent 900e4bc commit bf066ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/abstractops.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ <h1>PreparePartialTemporalFields ( _fields_, _fieldNames_ )</h1>
16111611
1. If _property_ is in the Property column of <emu-xref href="#table-temporal-field-requirements"></emu-xref>, then
16121612
1. Let _Conversion_ represent the abstract operation named by the Conversion value of the same row.
16131613
1. Set _value_ to ? _Conversion_(_value_).
1614-
1. Perform ! CreateDataPropertyOrThrow(_result_, _property_, _value_).
1614+
1. Perform ! CreateDataPropertyOrThrow(_result_, _property_, _value_).
16151615
1. If _any_ is *false*, then
16161616
1. Throw a *TypeError* exception.
16171617
1. Return _result_.

0 commit comments

Comments
 (0)