Author: as
Date: Wed Dec  5 16:24:15 2007
New Revision: 6945

Log:
- Whitespace fix.

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] Wed Dec  5 16:24:15 2007
@@ -1442,11 +1442,12 @@
 
 - If the type is array, we must describe the requirements to the contents of
   the array. This is done by specifying the type for normal arrays or the
-  expected key's and corresponding value type if it is a hash array.  Example
-  of normal array of integers::
+  expected key's and corresponding value type if it is a hash array.
+
+  Example of normal array of integers::
 
          array(int)
- 
+
  Example of a hash array::
 
          array(string=>valueType)


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

Reply via email to