File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ the following steps are taken:
307
307
resolve the value of the _expression_ as the result of that function call.
308
308
309
309
If the call fails or does not return a valid value,
310
- emit a _Message Function Error_.
310
+ emit the appropriate _Message Function Error_ for the failure .
311
311
312
312
Implementations MAY provide a mechanism for the _function_ to provide
313
313
additional detail about internal failures.
@@ -735,7 +735,7 @@ each _text_ and _placeholder_ part of the selected _pattern_ is resolved and for
735
735
736
736
Resolved values cannot always be formatted by a given implementation.
737
737
When such an error occurs during _formatting_,
738
- an implementation SHOULD emit a _Message Function Error_ and produce a
738
+ an implementation SHOULD emit an appropriate _Message Function Error_ and produce a
739
739
_fallback value_ for the _placeholder_ that produced the error.
740
740
A formatting function MAY substitute a value to use instead of a _fallback value_.
741
741
You can’t perform that action at this time.
0 commit comments