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());