[Swift-commit] r6498 - branches/release-0.94/docs/userguide

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Thu May 2 15:59:01 CDT 2013


Author: davidk
Date: 2013-05-02 15:59:01 -0500 (Thu, 02 May 2013)
New Revision: 6498

Modified:
   branches/release-0.94/docs/userguide/app_procedures
Log:
Fix capitalization for documentation of @extractInt, @toInt, and @toFloat


Modified: branches/release-0.94/docs/userguide/app_procedures
===================================================================
--- branches/release-0.94/docs/userguide/app_procedures	2013-05-02 15:49:38 UTC (rev 6497)
+++ branches/release-0.94/docs/userguide/app_procedures	2013-05-02 20:59:01 UTC (rev 6498)
@@ -292,9 +292,9 @@
 Swift trace: hello
 ----
 
- at extractint
+ at extractInt
 ~~~~~~~~~~~
- at extractint(file) will read the specified file, parse an integer from
+ at extractInt(file) will read the specified file, parse an integer from
 the file contents and return that integer.
 
 
@@ -406,15 +406,15 @@
 parallel).
 
 
- at toint
+ at toInt
 ~~~~~~
- at toint(input) will parse its input string into an integer. This can be
+ at toInt(input) will parse its input string into an integer. This can be
 used with @arg to pass input parameters to a Swift script as
 integers.
 
- at tofloat
+ at toFloat
 ~~~~~~
- at tofloat(input) will parse its input string into a floating point number. This can be
+ at toFloat(input) will parse its input string into a floating point number. This can be
 used with @arg to pass input parameters to a Swift script as
 floating point numbers.
 




More information about the Swift-commit mailing list