Skip to content

Commit 006e60d

Browse files
committed
Apply a suggestion from @aphillips
1 parent a0ae8ed commit 006e60d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/formatting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ the following steps are taken:
216216
- If the _option_'s right-hand side successfully resolves to a value,
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.
219+
Implementations MAY later remove this value before calling the _function_.
219220
(Note that an Unresolved Variable error will have been emitted.)
220221
221222
4. Call the function implementation with the following arguments:

0 commit comments

Comments
 (0)