We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e0f56 commit fc8947aCopy full SHA for fc8947a
Editor/ClassTemplate.cs
@@ -93,7 +93,7 @@ public string Code
93
//----------------------------------------------------------------------------------------------------
94
95
/// <summary>
96
- /// Initializes a new instance of ClassTemplate.
+ /// Initializes a new instance.
97
/// </summary>
98
/// <param name="text">The text input to be parsed for extracting the class template code.</param>
99
public ClassTemplate(string text) => Code = text;
Editor/Extensions.cs
@@ -3,7 +3,7 @@ namespace Ambratolm.ScriptGenerator.Extensions
3
4
/// String extension methods.
5
6
- internal static class String
+ internal static class StringExtension
7
{
8
9
/// Returns a substring between two specified strings.
0 commit comments