Skip to content

Commit 1826701

Browse files
authored
Update locale.html
1 parent 564000a commit 1826701

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/locale.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,7 @@ <h1>Intl.Locale.prototype.getTextInfo ( )</h1>
405405
1. Perform ? RequireInternalSlot(_loc_, [[InitializedLocale]]).
406406
1. Let _info_ be OrdinaryObjectCreate(%Object.prototype%).
407407
1. Let _dir_ be TextDirectionOfLocale(_loc_).
408-
1. If _dir_ is not *undefined*, then
409-
1. Perform ! CreateDataPropertyOrThrow(_info_, *"direction"*, _dir_).
408+
1. Perform ! CreateDataPropertyOrThrow(_info_, *"direction"*, _dir_).
410409
1. Return _info_.
411410
</emu-alg>
412411
</emu-clause>

0 commit comments

Comments
 (0)