diff --git a/src/Generator/Utils/Utils.cs b/src/Generator/Utils/Utils.cs index d62ff87d..c555e2d9 100644 --- a/src/Generator/Utils/Utils.cs +++ b/src/Generator/Utils/Utils.cs @@ -70,7 +70,7 @@ namespace CppSharp return obj.Select((t, i) => i == obj.Length - 1 ? t : t + seperator); } - public static string UppercaseFirst(string s) + public static string Capitalize(string s) { // Check for empty string. if (string.IsNullOrEmpty(s))