@@ -269,7 +269,7 @@ a reference to a function which cannot be resolved.
269
269
### Bad Selector
270
270
271
271
A **_<dfn>Bad Selector</dfn>_** error occurs when a message includes a _selector_
272
- with a resolved value which does not support selection.
272
+ with a _resolved value_ which does not support selection.
273
273
274
274
> For example, attempting to format this message
275
275
> would result in a _Bad Selector_ error:
@@ -283,10 +283,10 @@ with a resolved value which does not support selection.
283
283
## Message Function Errors
284
284
285
285
A **_<dfn>Message Function Error</dfn>_** is any error that occurs
286
- when calling a message function implementation
286
+ when calling a _function handler_
287
287
or which depends on validation associated with a specific function.
288
288
289
- Implementations SHOULD provide a way for _functions_ to emit
289
+ Implementations SHOULD provide a way for _function handlers_ to emit
290
290
(or cause to be emitted) any of the types of error defined in this section.
291
291
Implementations MAY also provide implementation-defined _Message Function Error_ types.
292
292
@@ -300,7 +300,7 @@ Implementations MAY also provide implementation-defined _Message Function Error_
300
300
> 3. Uses a `:get` message function which requires its argument to be an object and
301
301
> an option `field` to be provided with a string value.
302
302
>
303
- > The exact type of _Message Function Error_ is determined by the message function implementation .
303
+ > The exact type of _Message Function Error_ is determined by the _function handler_ .
304
304
>
305
305
> ```
306
306
> Hello, {horse :get field=name}!
0 commit comments