Author: Alexandru Stanoi
Date: 2007-01-25 11:29:43 +0100 (Thu, 25 Jan 2007)
New Revision: 4572

Log:
- Fixed some typos.

Modified:
   docs/guidelines/implementation.txt

Modified: docs/guidelines/implementation.txt
===================================================================
--- docs/guidelines/implementation.txt  2007-01-25 09:57:29 UTC (rev 4571)
+++ docs/guidelines/implementation.txt  2007-01-25 10:29:43 UTC (rev 4572)
@@ -717,7 +717,7 @@
 Option Class
 ~~~~~~~~~~~~
 
-The new option handling introduces in version 1.1 allows a much more
+The new option handling introduced in version 1.1 allows a much more
 convenient handling of options after object instantiation::
 
     $foo->options->foo = 10;
@@ -795,7 +795,7 @@
                 case 'options':
                     if ( !( $value instanceof ezcFooBarOptions ) )
                     {
-                        throw new ezcBaseValueException( 'options', $options, 
'instanceof ezcFooBarOptions' );
+                        throw new ezcBaseValueException( 'options', $value, 
'instanceof ezcFooBarOptions' );
                     }
                     $this->options = $value;
                     break;

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to