diff --git a/spec/datetimeformat.html b/spec/datetimeformat.html index 85e42049..8fc40453 100644 --- a/spec/datetimeformat.html +++ b/spec/datetimeformat.html @@ -89,7 +89,7 @@

InitializeDateTimeFormat ( _dateTimeFormat_, _locales_, _options_ )

1. For each row of , except the header row, in table order, do 1. Let _prop_ be the name given in the Property column of the row. 1. If _prop_ is *"fractionalSecondDigits"*, then - 1. Let _value_ be ? GetNumberOption(options, *"fractionalSecondDigits"*, 1, 3, *undefined*). + 1. Let _value_ be ? GetNumberOption(_options_, *"fractionalSecondDigits"*, 1, 3, *undefined*). 1. Else, 1. Let _value_ be ? GetOption(_options_, _prop_, *"string"*, « the strings given in the Values column of the row », *undefined*). 1. Set _formatOptions_.[[<_prop_>]] to _value_.