Skip to content

Commit

Permalink
Fix a typo in an example (#880)
Browse files Browse the repository at this point in the history
The upcoming work to implement resolved value might make this patch unnecessary or obsolete, but fixing the typo (missing `{`/`}` around the variable in the pattern) just in case
  • Loading branch information
aphillips authored Sep 9, 2024
1 parent a57e09e commit 01f2f40
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 @@ -262,7 +262,7 @@ the following steps are taken:
> ```
> .input {$n :number minimumIntegerDigits=3}
> .local $n1 = {$n :number maximumFractionDigits=3}
> {{$n1}}
> {{What is the value of: {$n1}}}
> ```
>
> is currently implementation-dependent.
Expand Down

0 comments on commit 01f2f40

Please sign in to comment.