From 170c38bb587eb3ed1cefbea074f4788550896670 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 30 Aug 2017 09:15:23 +0200 Subject: for consistency PGF.FunctionByCategory is renamed to PGF.FunctionsByCat --- doc/runtime-api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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<String> funsByCat = gr.getFunctionsByCat("Weekday"); ....
-IList<String> funsByCat = gr.FunctionsByCat("Weekday");    //// TODO
+IEnumerable<String> funsByCat = gr.FunctionsByCat("Weekday");
 ....
 
The full type of a function can be retrieved as: -- cgit v1.2.3