summaryrefslogtreecommitdiff
path: root/src/runtime/dotNet
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/dotNet')
-rw-r--r--src/runtime/dotNet/PGF.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/dotNet/PGF.cs b/src/runtime/dotNet/PGF.cs
index 5abfbe91c..6fb7bad65 100644
--- a/src/runtime/dotNet/PGF.cs
+++ b/src/runtime/dotNet/PGF.cs
@@ -79,7 +79,7 @@ namespace PGFSharp
/// Returns a list with all functions with a given return category.
/// </summary>
/// <param name="catName">The name of the return category.</param>
- public IEnumerable<string> FunctionByCategory(string catName)
+ public IEnumerable<string> FunctionsByCat(string catName)
{
using (var str = new Native.NativeString(catName))
{