Skip to content

Commit

Permalink
initializedNumberFormat => InitializedNumberFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy authored Sep 28, 2017
1 parent fe7b0a4 commit 675495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/numberformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ <h1>Intl.NumberFormat.prototype.formatToParts ( _value_ )</h1>
<emu-alg>
1. Let _nf_ be *this* value.
1. If Type(_nf_) is not Object, throw a *TypeError* exception.
1. If _nf_ does not have an [[initializedNumberFormat]] internal slot, throw a *TypeError* exception.
1. If _nf_ does not have an [[InitializedNumberFormat]] internal slot, throw a *TypeError* exception.
1. Let _x_ be ? ToNumber(_value_).
1. Return ? FormatNumberToParts(_nf_, _x_).
</emu-alg>
Expand Down

0 comments on commit 675495b

Please sign in to comment.