Skip to content

Commit afc7ff8

Browse files
authored
Clarify (again) that Duplicate Option Name is a data model error (#710)
1 parent fec1134 commit afc7ff8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/formatting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ The result of resolving _option_ values is a mapping of string identifiers to va
324324
For each _option_:
325325
326326
- Resolve the _identifier_ of the _option_.
327-
- If the _option_'s _identifier_ already exists in the resolved mapping of _options_,
328-
emit a _Duplicate Option Name_ error.
329327
- If the _option_'s right-hand side successfully resolves to a value,
330328
bind the _identifier_ of the _option_ to the resolved value in the mapping.
331329
- Otherwise, bind the _identifier_ of the _option_ to an unresolved value in the mapping.

0 commit comments

Comments
 (0)