Skip to content

Commit 6806a76

Browse files
authored
Normative: Don't output "fractionalDigits" when the value is undefined (#167)
1 parent 423ae60 commit 6806a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec.emu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,8 @@ contributors: Ujjwal Sharma, Younies Mahmoud
680680
1. If _v_ is not *undefined*, set _v_ to 𝔽(_v_).
681681
1. Else,
682682
1. Assert: _v_ is not *undefined*.
683-
1. Perform ! CreateDataPropertyOrThrow(_options_, _p_, _v_).
683+
1. If _v_ is not *undefined*, then
684+
1. Perform ! CreateDataPropertyOrThrow(_options_, _p_, _v_).
684685
1. Return _options_.
685686
</emu-alg>
686687

0 commit comments

Comments
 (0)