Skip to content

Commit 01f2f40

Browse files
authored
Fix a typo in an example (#880)
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
1 parent a57e09e commit 01f2f40

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
@@ -262,7 +262,7 @@ the following steps are taken:
262262
> ```
263263
> .input {$n :number minimumIntegerDigits=3}
264264
> .local $n1 = {$n :number maximumFractionDigits=3}
265-
> {{$n1}}
265+
> {{What is the value of: {$n1}}}
266266
> ```
267267
>
268268
> is currently implementation-dependent.

0 commit comments

Comments
 (0)