We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 252b05b + 83f0ae8 commit 1cb683cCopy full SHA for 1cb683c
1 file changed
CommandForgeGenerator/StringExtension.cs
@@ -13,7 +13,6 @@ public static string CommandNameToClassName(this string commandName)
13
return commandName.ToUpper(0) + "Command";
14
}
15
16
-
17
/// <summary>
18
/// 指定した n 番目の文字を大文字に変換します。
19
/// </summary>
0 commit comments