From f34102f5f59b30b58346ce15597a0c190d81b8e1 Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Mon, 9 Sep 2024 12:17:21 -0700 Subject: [PATCH] Fix a typo in an example 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 --- spec/formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/formatting.md b/spec/formatting.md index cbf6d4622..03e8eb549 100644 --- a/spec/formatting.md +++ b/spec/formatting.md @@ -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.