Skip to content

Commit 6949ddd

Browse files
Merge pull request #32 from Lempireqc/master
fix
2 parents 07f1489 + a4930cf commit 6949ddd

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)