diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-04-24 14:31:49 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-04-24 14:31:49 +0200 |
commit | c4b719a500549b6b5049820cc26c0a62e01ffe11 (patch) | |
tree | 8e233929241d9b4bdb75aa57732b210d5d16a767 /Iterator | |
parent | 59c0d3bcef0d198d069ee980fa73384d814c1bd8 (diff) | |
download | Praspel-c4b719a500549b6b5049820cc26c0a62e01ffe11.zip Praspel-c4b719a500549b6b5049820cc26c0a62e01ffe11.tar.gz Praspel-c4b719a500549b6b5049820cc26c0a62e01ffe11.tar.bz2 |
Fix a typo in the API documentation.
Diffstat (limited to 'Iterator')
-rw-r--r-- | Iterator/WeakStack.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Iterator/WeakStack.php b/Iterator/WeakStack.php index df51ae5..4a64bf3 100644 --- a/Iterator/WeakStack.php +++ b/Iterator/WeakStack.php @@ -39,7 +39,7 @@ namespace Hoa\Praspel\Iterator { /** * Class \Hoa\Praspel\Iterator\WeakStack. * - * A weak stack is a SplStack with null element that are not iterated. + * A weak stack is a SplStack with null elements that are not iterated. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> * @copyright Copyright © 2007-2013 Ivan Enderlin. |