Skip to content

Commit 6764976

Browse files
authored
Apply suggestions from code review
1 parent 235767c commit 6764976

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spec/errors.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,6 @@ A **_<dfn>Bad Expression</dfn>_** error occurs when a _message_ includes an _exp
265265
whose implementation-defined internal requirements produce an error during _function resolution_
266266
or when a _function_ returns a value (such as `null`) that the implementation does not support.
267267
268-
> For example, the following _message_ might produce a _Bad Expression_ error if the
269-
> the function `:function` threw an exception or otherwise emitted an error
270-
> rather than returning a valid value:
271-
>
272-
> ```
273-
> This has a bad expression {$var :function} because it has a bug in it.
274-
> ```
275-
276268
### Bad Operand
277269
278270
A **_<dfn>Bad Operand</dfn>_** error is an error that occurs when

0 commit comments

Comments
 (0)