Author: Derick Rethans
Date: 2007-01-04 11:54:04 +0100 (Thu, 04 Jan 2007)
New Revision: 4462

Log:
- Update guidelines.

Modified:
   docs/guidelines/review.txt

Modified: docs/guidelines/review.txt
===================================================================
--- docs/guidelines/review.txt  2007-01-04 10:15:48 UTC (rev 4461)
+++ docs/guidelines/review.txt  2007-01-04 10:54:04 UTC (rev 4462)
@@ -26,11 +26,11 @@
 
 Messages
 --------
-- All error messages' parameters must be enclosed in < >. A typical error
+- All error messages' parameters must be enclosed in ' '. A typical error
   message is build with the CS below. This means: use " and {} to enclose
   variables. ::
 
-    "The file could not be stored in <{$this->path}>"
+    "The file could not be stored in '{$this->path}'"
 
 - Exceptions should be documented in ALL methods, even if a function does not
   contain a throw() statement but calls a function which can throw an

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

Reply via email to