Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Dec 13, 2023
1 parent a309bab commit b35a432
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 @@ -330,7 +330,7 @@ contributors: Eemeli Aro
1. If _onError_ is not *undefined*, then
1. Perform ? Call(_onError_, *undefined*, « _error_ »).
1. Else if an appropriate notification mechanism exists, then
1. An implementation should issue a warning for _error_.
1. Issue a warning for _error_.
</emu-alg>
</emu-clause>

Expand Down Expand Up @@ -401,7 +401,7 @@ contributors: Eemeli Aro
<h1>
ResolveExpression (
_mf_: an Object,
_values_: an Object,
_values_: an Object or undefined,
_onError_: a Function or undefined,
_expression_: an Object,
)
Expand All @@ -420,7 +420,7 @@ contributors: Eemeli Aro
<h1>
ResolveMessage (
_mf_: an Object,
_values_: an Object,
_values_: an Object or undefined,
_onError_: a Function or undefined,
)
</h1>
Expand All @@ -446,7 +446,7 @@ contributors: Eemeli Aro
<h1>
SelectPattern (
_mf_: an Object,
_values_: an Object,
_values_: an Object or undefined,
_onError_: a Function or undefined,
)
</h1>
Expand Down

0 comments on commit b35a432

Please sign in to comment.