summaryrefslogtreecommitdiff
path: root/framework/Collections/TList.php
diff options
context:
space:
mode:
authorxue <>2006-05-18 19:55:51 +0000
committerxue <>2006-05-18 19:55:51 +0000
commit71a9120b8fc9f8771b603d195128a623b02a6554 (patch)
treee2eeca51678b8ab15fb0f891135fb2887ffbbe8c /framework/Collections/TList.php
parent6fd850ae344959dff4e417d9ce8384ce209c3900 (diff)
Added tutorial page for collections.
Diffstat (limited to 'framework/Collections/TList.php')
-rw-r--r--framework/Collections/TList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Collections/TList.php b/framework/Collections/TList.php
index 244eab0f..5b27a02e 100644
--- a/framework/Collections/TList.php
+++ b/framework/Collections/TList.php
@@ -30,7 +30,7 @@
* to determine the number of items in the list.
*
* To extend TList by doing additional operations with each addition or removal
- * operations, override {@link insertAt()}, and {@link removeAt()}.
+ * operation, override {@link insertAt()}, and {@link removeAt()}.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $