[Swift-commit] r2473 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Jan 29 08:09:05 CST 2009


Author: benc
Date: 2009-01-29 08:09:05 -0600 (Thu, 29 Jan 2009)
New Revision: 2473

Modified:
   trunk/docs/userguide.xml
Log:
compound procedure example was incorrectly tagged

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2009-01-29 14:07:25 UTC (rev 2472)
+++ trunk/docs/userguide.xml	2009-01-29 14:09:05 UTC (rev 2473)
@@ -313,7 +313,7 @@
 SwiftScript procedures rather than a component program.
 </para>
 
-<para>
+<programlisting>
  (file output) process (file input) {
    file intermediate;
    intermediate = first(input);
@@ -323,7 +323,7 @@
  file x <"x.txt">;
  file y <"y.txt">;
  y = process(x);
-</para>
+</programlisting>
 
 <para>
 This will invoke two procedures, with an intermediate data file named




More information about the Swift-commit mailing list