Skip to content

Commit 3b82235

Browse files
authored
Make option resolution return something if rv is a fallback value
Fixes #1053.
1 parent fda35a8 commit 3b82235

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
@@ -399,7 +399,7 @@ For each _option_:
399399
1. Else:
400400
1. If the _option value_ consists of a _literal_:
401401
1. Mark `rv` as a _literal_ _option value_.
402-
1. Set `res[id]` to be `rv`.
402+
1. Set `res[id]` to be `rv`.
403403
1. Return `res`.
404404
405405
The result of _option resolution_ MUST be a (possibly empty) mapping

0 commit comments

Comments
 (0)