瀏覽代碼

* 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}
 \section{TUnSortedStrCollection}
 \label{se: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
 strings at the end of the collection, rather than in the alphabetically
 correct position.
 correct position.