From e7b43c1ba3239d7e13fb5fa40a7dd44fba6a48de Mon Sep 17 00:00:00 2001 From: chappers Date: Thu, 19 Dec 2013 16:23:25 +1100 Subject: [julia/en] Fixed Spelling Mistake --- julia.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'julia.html.markdown') diff --git a/julia.html.markdown b/julia.html.markdown index 4869e207..f1e1a4a2 100644 --- a/julia.html.markdown +++ b/julia.html.markdown @@ -83,7 +83,7 @@ false # A string can be indexed like an array of characters "This is a string"[1] #=> 'T' # Julia indexes from 1 # However, this is will not work well for UTF8 strings, -# so iterating over strings is reccommended (map, for loops, etc). +# so iterating over strings is recommended (map, for loops, etc). # $ can be used for string interpolation: "2 + 2 = $(2 + 2)" #=> "2 + 2 = 4" -- cgit v1.2.3