[interchange-docs] xmldocs - racke modified guides/programming-style.xml

docs at icdevgroup.org docs at icdevgroup.org
Fri Jul 11 08:20:35 UTC 2008


User:      racke
Date:      2008-07-11 08:20:34 GMT
Modified:  guides   programming-style.xml
Log:
use words in order to not confuse programmers (especially in the
morning)

Revision  Changes    Path
1.15                 xmldocs/guides/programming-style.xml


rev 1.15, prev_rev 1.14
Index: programming-style.xml
===================================================================
RCS file: /var/cvs/xmldocs/guides/programming-style.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- programming-style.xml	15 Feb 2008 18:24:50 -0000	1.14
+++ programming-style.xml	11 Jul 2008 08:20:34 -0000	1.15
@@ -101,7 +101,7 @@
 	<listitem><para>
 		<emphasis role='bold'>Lexical Issues</emphasis> - white space is free,
 		and white space around operators increases readability.
-		Lining up <literal>=</literal>s in a series of assignments can be
+		Lining up equal signs (<literal>=</literal>) in a series of assignments can be
 		used to emphasize the parallel structure.
 <literallayout>
 <programlisting><![CDATA[







More information about the docs mailing list