Fixed comment

This commit is contained in:
mdnapo 2024-06-01 11:37:12 +02:00
parent c85da84272
commit 399cc4d745

View File

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