diff --git a/spec.emu b/spec.emu index f5c68c4..fe6fd9c 100644 --- a/spec.emu +++ b/spec.emu @@ -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_. @@ -401,7 +401,7 @@ contributors: Eemeli Aro

ResolveExpression ( _mf_: an Object, - _values_: an Object, + _values_: an Object or undefined, _onError_: a Function or undefined, _expression_: an Object, ) @@ -420,7 +420,7 @@ contributors: Eemeli Aro

ResolveMessage ( _mf_: an Object, - _values_: an Object, + _values_: an Object or undefined, _onError_: a Function or undefined, )

@@ -446,7 +446,7 @@ contributors: Eemeli Aro

SelectPattern ( _mf_: an Object, - _values_: an Object, + _values_: an Object or undefined, _onError_: a Function or undefined, )