summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 09:15:23 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 09:15:23 +0200
commit170c38bb587eb3ed1cefbea074f4788550896670 (patch)
tree03362dcc2584e29f1e4a0bdb6df931af498b7b21 /doc
parent8a50d851c330b5686f4d44cb0f94af1506fcf767 (diff)
for consistency PGF.FunctionByCategory is renamed to PGF.FunctionsByCat
Diffstat (limited to 'doc')
-rw-r--r--doc/runtime-api.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/runtime-api.html b/doc/runtime-api.html
index 6c22f39f5..dd79eb152 100644
--- a/doc/runtime-api.html
+++ b/doc/runtime-api.html
@@ -870,7 +870,7 @@ List&lt;String&gt; funsByCat = gr.getFunctionsByCat("Weekday");
....
</pre>
<pre class="csharp">
-IList&lt;String&gt; funsByCat = gr.FunctionsByCat("Weekday"); //// TODO
+IEnumerable&lt;String&gt; funsByCat = gr.FunctionsByCat("Weekday");
....
</pre>
The full type of a function can be retrieved as: