Skip to content

Commit

Permalink
editorial
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Mar 24, 2016
1 parent 2fc860e commit cfee0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/negotiation.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h1>SupportedLocales (availableLocales, requestedLocales, options)</h1>
<emu-alg>
1. If _options_ is not *undefined*, then
1. Let _matcher_ be ? GetOption(_options_, *"localeMatcher"*, *"string"*, « *"lookup"*, *"best fit"* », *"best fit"*).
1. Else let _matcher_ be *"best fit"*.
1. Else, let _matcher_ be *"best fit"*.
1. If _matcher_ is *"best fit"*,
1. Let _supportedLocales_ be BestFitSupportedLocales(_availableLocales_, _requestedLocales_).
1. Else,
Expand Down
2 changes: 1 addition & 1 deletion spec/numberformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h1>ToRawFixed(x, minInteger, minFraction, maxFraction)</h1>
1. Let _a_ be the first _k__f_ characters of _m_, and let _b_ be the remaining _f_ characters of _m_.
1. Let _m_ be the concatenation of the three Strings _a_, *"."*, and _b_.
1. Let _int_ be the number of characters in _a_.
1. Else let _int_ be the number of characters in _m_.
1. Else, let _int_ be the number of characters in _m_.
1. Let _cut_ be _maxFraction__minFraction_.
1. Repeat while _cut_ > 0 and the last character of _m_ is *"0"*:
1. Remove the last character from _m_.
Expand Down

0 comments on commit cfee0ca

Please sign in to comment.