Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jun 15, 2024
1 parent 68a0c3a commit 0d6e789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Components/ScintEdit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1794,8 +1794,8 @@ procedure TScintEdit.StyleNeeded(const EndPos: Integer);
FStyler.FText := '';
end;

{ Add fold headers at section tags. These appear with section scNone with the
next line not being section sNone. }
{ Set line states and also add fold headers at section tags. These appear
with section scNone with the next line not being section sNone. }

for var I := FirstLine to LastLine do begin
var OldState := FLines.GetState(I);
Expand Down

0 comments on commit 0d6e789

Please sign in to comment.