Skip to content

Commit a81d447

Browse files
committed
Fixed typo.
1 parent 4090192 commit a81d447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeGenerator/CSharpCodeGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CSharpCodeGenerator : ICodeGenerator
3636
public string GenerateCode(IEnumerable<ClassNode> classes, ILogger logger)
3737
{
3838
var sb = new StringBuilder();
39-
sb.AppendLine($"// Created with {Constants.ApplicationName} by {Constants.Author}");
39+
sb.AppendLine($"// Created with {Constants.ApplicationName} by {Constants.Author}");
4040
sb.AppendLine();
4141
sb.AppendLine("// Warning: The code doesn't contain arrays and instances!");
4242
sb.AppendLine();

0 commit comments

Comments
 (0)