Skip to content

Commit

Permalink
Fix typo in example (#858)
Browse files Browse the repository at this point in the history
Fixes #857 

Thanks to @mvilks for noticing.
  • Loading branch information
aphillips authored Aug 12, 2024
1 parent 01f2880 commit bb8e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ The _fallback value_ depends on the contents of the _expression_:
> Examples:
> In a context where `:func` fails to resolve,
> the _pattern_'s _expression_ in `.local $var={|val|} {{{$val :func}}}`
> the _pattern_'s _expression_ in `.local $var={|val|} {{{$var :func}}}`
> resolves to the _fallback value_ `|val|` and the message formats to `{|val|}`.
> In a context where `:now` fails to resolve but `:datetime` does not,
> the _pattern_'s _expression_ in
Expand Down

0 comments on commit bb8e8c2

Please sign in to comment.