Skip to content

Commit eaa6171

Browse files
eemeligibson042
andauthored
Apply suggestions from code review
Co-authored-by: Richard Gibson <[email protected]>
1 parent ed99d8d commit eaa6171

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/formatting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Implementations MAY remove entries from `res` with unresolved values.
336336
337337
The result of _option resolution_ MUST be a (possibly empty) mapping
338338
of string identifiers to values;
339-
that is, errors MAY be emitted, but such errors cannot be fatal.
339+
that is, errors MAY be emitted, but such errors MUST NOT be fatal.
340340
This mapping can be empty.
341341
342342
### Markup Resolution
@@ -406,6 +406,7 @@ The string representation of the _fallback value_ of an _expression_ depends on
406406
> Examples:
407407
> In a context where `$var` fails to resolve, `{$var}` and `{$var :number}`
408408
> both resolve to the _fallback value_ `$var`.
409+
> (even if `:number` fails to resolve).
409410
410411
- _function_ _expression_ with no _operand_:
411412
U+003A COLON `:` followed by the _function_ _identifier_

0 commit comments

Comments
 (0)