Skip to content

Commit fc8947a

Browse files
AmbratolmAmbratolm
Ambratolm
authored and
Ambratolm
committed
Minor renames
1 parent 01e0f56 commit fc8947a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Editor/ClassTemplate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public string Code
9393
//----------------------------------------------------------------------------------------------------
9494

9595
/// <summary>
96-
/// Initializes a new instance of ClassTemplate.
96+
/// Initializes a new instance.
9797
/// </summary>
9898
/// <param name="text">The text input to be parsed for extracting the class template code.</param>
9999
public ClassTemplate(string text) => Code = text;

Editor/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Ambratolm.ScriptGenerator.Extensions
33
/// <summary>
44
/// String extension methods.
55
/// </summary>
6-
internal static class String
6+
internal static class StringExtension
77
{
88
/// <summary>
99
/// Returns a substring between two specified strings.

0 commit comments

Comments
 (0)