Skip to content

Commit 6f3948d

Browse files
eemeliaphillips
andauthored
Add "if supported" qualifier to emitting Bad Option error during option resolution
Co-authored-by: Addison Phillips <[email protected]>
1 parent 9d56bee commit 6f3948d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ For each _option_:
377377
1. Let `id` be the string value of the _identifier_ of the _option_.
378378
1. Let `rv` be the _resolved value_ of the _option_ value.
379379
1. If `rv` is a _fallback value_:
380-
1. Emit a _Bad Option_ error.
380+
1. If supported, emit a _Bad Option_ error.
381381
1. Else:
382382
1. Set `res[id]` to be `rv`.
383383
1. Return `res`.

0 commit comments

Comments
 (0)