summaryrefslogtreecommitdiff
path: root/framework/Collections/TStack.php
diff options
context:
space:
mode:
authorknut <>2007-05-30 23:27:00 +0000
committerknut <>2007-05-30 23:27:00 +0000
commitc3a72002383cb3de9bdcff09214bb757b2bc5e46 (patch)
tree9c8c1fa0f4d83e38c46ba4485f849a2f5d218311 /framework/Collections/TStack.php
parentf71f9562d2ed0839f48bbf1bda7a80d0bc157778 (diff)
fixing small typos in the API documentation
Diffstat (limited to 'framework/Collections/TStack.php')
-rw-r--r--framework/Collections/TStack.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Collections/TStack.php b/framework/Collections/TStack.php
index 66f69f6c..1f18d60c 100644
--- a/framework/Collections/TStack.php
+++ b/framework/Collections/TStack.php
@@ -47,7 +47,7 @@ class TStack extends TComponent implements IteratorAggregate,Countable
/**
* Constructor.
* Initializes the stack with an array or an iterable object.
- * @param array|Iterator the intial data. Default is null, meaning no initialization.
+ * @param array|Iterator the initial data. Default is null, meaning no initialization.
* @throws TInvalidDataTypeException If data is not null and neither an array nor an iterator.
*/
public function __construct($data=null)