Skip to content

Commit bb8e8c2

Browse files
authored
Fix typo in example (#858)
Fixes #857 Thanks to @mvilks for noticing.
1 parent 01f2880 commit bb8e8c2

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
@@ -378,7 +378,7 @@ The _fallback value_ depends on the contents of the _expression_:
378378
379379
> Examples:
380380
> In a context where `:func` fails to resolve,
381-
> the _pattern_'s _expression_ in `.local $var={|val|} {{{$val :func}}}`
381+
> the _pattern_'s _expression_ in `.local $var={|val|} {{{$var :func}}}`
382382
> resolves to the _fallback value_ `|val|` and the message formats to `{|val|}`.
383383
> In a context where `:now` fails to resolve but `:datetime` does not,
384384
> the _pattern_'s _expression_ in

0 commit comments

Comments
 (0)