Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Minor <dminor@mozilla.com>
  • Loading branch information
eemeli and dminor committed Dec 16, 2023
1 parent 9215433 commit a9086c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ contributors: Eemeli Aro
<emu-note>
Unlike other Intl formatters,
MessageFormat does not have a single list of locales that it supports,
as it calls on other formatters as necessary.
as it calls other formatters as necessary.
</emu-note>
</emu-clause>
</emu-clause>
Expand Down Expand Up @@ -130,7 +130,7 @@ contributors: Eemeli Aro
<h1>Intl.MessageFormat.prototype.format ( [ _values_ [ , _onError_ ] ] )</h1>

<p>
When the `format` method is called with optional arguments
When the `format` method is called with the optional arguments
_values_ and _onError_, the following steps are taken:
</p>

Expand Down Expand Up @@ -159,7 +159,7 @@ contributors: Eemeli Aro
<h1>Intl.MessageFormat.prototype.formatToParts ( [ _values_ [ , _onError_ ] ] )</h1>

<p>
When the `formatToParts` method is called with optional arguments
When the `formatToParts` method is called with the optional arguments
_values_ and _onError_, the following steps are taken:
</p>

Expand Down Expand Up @@ -257,7 +257,7 @@ contributors: Eemeli Aro

<ul>
<li>
[[LocaleMatcher]] is one of the String values *"looup"* or *"best fit"*,
[[LocaleMatcher]] is one of the String values *"lookup"* or *"best fit"*,
identifying the locale matcher used.
</li>
<li>[[MessageData]] is an Object ...TODO</li>
Expand Down

0 comments on commit a9086c6

Please sign in to comment.