Skip to content

Commit 6cc9ac8

Browse files
Update SubTextMethod.cs
1 parent b7d049f commit 6cc9ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/MethodSystem/Methods/TextMethods/SubtextMethod.cs renamed to Code/MethodSystem/Methods/TextMethods/SubTextMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace SER.Code.MethodSystem.Methods.TextMethods;
99

1010
[UsedImplicitly]
11-
public class SubtextMethod : ReturningMethod<TextValue>
11+
public class SubTextMethod : ReturningMethod<TextValue>
1212
{
1313
public override string Description =>
1414
"Removes certain amount of characters from beginning and end of a text value.";

0 commit comments

Comments
 (0)