diff --git a/docs/pages/api/eval-compile.md b/docs/pages/api/eval-compile.md index 21f749c..7366b5c 100644 --- a/docs/pages/api/eval-compile.md +++ b/docs/pages/api/eval-compile.md @@ -65,6 +65,6 @@ var types = values.ToDictionary(x => x.Key, x => x.Value.GetType()); var compiled = Eval.Compile("X + Y", types); var result = compiled(values); {% endhighlight %} -{% include component-try-it.html href='https://dotnetfiddle.net/PY1TRM' %} +{% include component-try-it.html href='https://dotnetfiddle.net/870F71' %}