[Swift-commit] r8269 - www/Swift-T
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Thu Oct 9 13:03:59 CDT 2014
Author: wozniak
Date: 2014-10-09 13:03:59 -0500 (Thu, 09 Oct 2014)
New Revision: 8269
Modified:
www/Swift-T/guide.html
Log:
Avoid duplicate file name
Modified: www/Swift-T/guide.html
===================================================================
--- www/Swift-T/guide.html 2014-10-09 18:02:24 UTC (rev 8268)
+++ www/Swift-T/guide.html 2014-10-09 18:03:59 UTC (rev 8269)
@@ -2391,7 +2391,7 @@
<em>name</em>=<em>value</em></code> <a href="#stc_arguments">argument</a> to <code>stc</code>. Note that if the
argument is re-specified at run-time, an error will occur.</p></div>
<div class="paragraph"><p>If argument <code>a</code> is not provided, the <code>default</code> value is used. So:</p></div>
-<div class="paragraph"><p><code>argv("b", "f4.txt") → "f4.txt"</code></p></div>
+<div class="paragraph"><p><code>argv("b", "f0.txt") → "f0.txt"</code></p></div>
</dd>
<dt class="hdlist1">
<code>argp(int)</code>
@@ -4001,7 +4001,7 @@
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-10-09 13:01:17 CDT
+Last updated 2014-10-09 13:03:11 CDT
</div>
</div>
</body>
More information about the Swift-commit
mailing list