Fix example formula reference

This commit is contained in:
Codex
2026-03-07 06:42:25 +00:00
parent 143608db37
commit 962dcd7af5

View File

@@ -34,7 +34,7 @@
1 {config.labels.in2} = {reverseResult?.val1 ?? '—'} {config.labels.in1} 1 {config.labels.in2} = {reverseResult?.val1 ?? '—'} {config.labels.in1}
</p> </p>
<p class="example"> <p class="example">
Example: convert {exampleInput} {config.labels.in1} to {config.labels.in2}: {formulaParts} = {result.val2} {config.labels.in2} Example: convert {exampleInput} {config.labels.in1} to {config.labels.in2}: {formulaExpression} = {result.val2} {config.labels.in2}
</p> </p>
</section> </section>
{/if} {/if}