mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 13:56:06 +02:00
TAChart: Fix comment in front of THistory class
git-svn-id: trunk@38657 -
This commit is contained in:
parent
6af3a1eb5d
commit
d3489c971e
@ -233,7 +233,7 @@ type
|
||||
property IsSet[AIndex: Integer]: Boolean read GetIsSet write SetIsSet;
|
||||
end;
|
||||
|
||||
// A limited capacity stack desighed to store 'undo'-like history.
|
||||
// A limited capacity stack to store 'undo'-like history.
|
||||
generic THistory<TElem> = class
|
||||
strict private
|
||||
FCount: Cardinal;
|
||||
|
Loading…
Reference in New Issue
Block a user