TAChart: Fix comment in front of THistory class

git-svn-id: trunk@38657 -
This commit is contained in:
ask 2012-09-14 13:00:59 +00:00
parent 6af3a1eb5d
commit d3489c971e

View File

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