Skip to content

Commit a4930cf

Browse files
authored
fix
1 parent 07f1489 commit a4930cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/api/eval-compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ var types = values.ToDictionary(x => x.Key, x => x.Value.GetType());
6565
var compiled = Eval.Compile("X + Y", types);
6666
var result = compiled(values);
6767
{% endhighlight %}
68-
{% include component-try-it.html href='https://dotnetfiddle.net/PY1TRM' %}
68+
{% include component-try-it.html href='https://dotnetfiddle.net/870F71' %}
6969

7070

0 commit comments

Comments
 (0)