Skip to content

Commit 050dd9b

Browse files
eemelicatamorphism
andauthored
No throw, only emit
Co-authored-by: Tim Chevalier <[email protected]>
1 parent 28cb811 commit 050dd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ and different implementations MAY choose to perform different levels of resoluti
132132
> did not emit an error.
133133
> - An _expression_ could be used as a _selector_ _expression_ if
134134
> calling the `selectKeys(keys)` method of its _resolved value_
135-
> did not throw an error.
135+
> did not emit an error.
136136
> - Using a _variable reference_, the _resolved value_ of an _expression_
137137
> could be used as an _operand_ or _option_ value if
138-
> calling the `getValue()` method of its _resolved value_ did not throw an error.
138+
> calling the `getValue()` method of its _resolved value_ did not emit an error.
139139
> In this use case, the `resolvedOptions()` method could also
140140
> provide a set of option values that could be taken into account by the called function.
141141
>

0 commit comments

Comments
 (0)