Author: ts
Date: Sat Dec 29 22:51:09 2007
New Revision: 7042

Log:
- Fixed issue #12299: Exception doc template incorrect.

Modified:
    docs/guidelines/implementation.txt

Modified: docs/guidelines/implementation.txt
==============================================================================
--- docs/guidelines/implementation.txt [iso-8859-1] (original)
+++ docs/guidelines/implementation.txt [iso-8859-1] Sat Dec 29 22:51:09 2007
@@ -1317,8 +1317,10 @@
     class ezcTemplateElementParserException extends ezcTemplateException
     {
         /**
-         * Initialises the exception with the parser error object and sets the
-         * exception message from it.
+         * Creates a new exception.
+         *
+         * Initializes the exception with the parser error object ($error) and
+         * sets the exception message from it.
          *
          * @param ezcTemplateParserError $error The object containing error 
details.
          */


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

Reply via email to