Skip to content

Commit a0ae8ed

Browse files
committed
Formatting: Don't remove unresolved options from the map passed to the function
1 parent c0abd4f commit a0ae8ed

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
@@ -217,8 +217,8 @@ the following steps are taken:
217217
bind the _identifier_ of the _option_ to the resolved value in the mapping.
218218
- Otherwise, bind the _identifier_ of the _option_ to an unresolved value in the mapping.
219219
(Note that an Unresolved Variable error will have been emitted.)
220-
4. Remove from the resolved mapping of _options_ any binding for which the value is an unresolved value.
221-
5. Call the function implementation with the following arguments:
220+
221+
4. Call the function implementation with the following arguments:
222222
223223
- The current _locale_.
224224
- The resolved mapping of _options_.

0 commit comments

Comments
 (0)