[Swift-commit] r2495 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Feb 5 07:17:38 CST 2009
Author: benc
Date: 2009-02-05 07:17:37 -0600 (Thu, 05 Feb 2009)
New Revision: 2495
Modified:
trunk/docs/userguide.xml
Log:
typo
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2009-02-03 21:54:45 UTC (rev 2494)
+++ trunk/docs/userguide.xml 2009-02-05 13:17:37 UTC (rev 2495)
@@ -1929,7 +1929,7 @@
<programlisting>
string v = @regexp("abcdefghi", "c(def)g","monkey");
</programlisting>
-will assing the value "abmonkeyhi" to the variable v.
+will assign the value "abmonkeyhi" to the variable v.
</para>
</section>
<section id="function.strcat"><title>@strcat</title>
More information about the Swift-commit
mailing list