From 399cc4d745a42090e8d9b34f56ba086d942967c6 Mon Sep 17 00:00:00 2001 From: mdnapo Date: Sat, 1 Jun 2024 11:37:12 +0200 Subject: [PATCH] Fixed comment --- MycroForge.CLI/CodeGen/EntityLinker.EntityModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MycroForge.CLI/CodeGen/EntityLinker.EntityModel.cs b/MycroForge.CLI/CodeGen/EntityLinker.EntityModel.cs index 2e06391..dff280f 100644 --- a/MycroForge.CLI/CodeGen/EntityLinker.EntityModel.cs +++ b/MycroForge.CLI/CodeGen/EntityLinker.EntityModel.cs @@ -132,7 +132,7 @@ public partial class EntityLinker public string Rewrite() { - // The order matters! We must first rewrite the columns first, + // The order matters! We must rewrite the columns first, // so that their indexes are not modified when inserting imports. _source.InsertMultiLine(LastColumn.EndIndex, _columnsBuffer.Append("\n").ToArray()); _source.InsertMultiLine(LastImport.EndIndex, _importsBuffer.Append("\n").ToArray());