Преглед на файлове

* TUnosrtedStrCollection declaration was completely wrong :(

carl преди 23 години
родител
ревизия
cc68571e4d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/objects.tex

+ 2 - 2
docs/objects.tex

@@ -2126,8 +2126,8 @@ Errors are those of \seep{TStream.StrWrite}.
 \section{TUnSortedStrCollection}
 \label{se:TUnSortedStrCollection}
 
-The \var{TUnSortedStrCollection} object manages an unsorted list of objects.
-To this end, it overrides the \seep{TSortedCollection.Insert} method to add
+The \var{TUnSortedStrCollection} object manages an unsorted list of strings.
+To this end, it overrides the \seep{TStringCollection.Insert} method to add
 strings at the end of the collection, rather than in the alphabetically
 correct position.