summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPranit Bauva <pranit.bauva@gmail.com>2015-11-01 02:54:52 +0530
committerPranit Bauva <pranit.bauva@gmail.com>2015-11-01 02:54:52 +0530
commitb42f739fa4422fb947f681b5716ae3644014ebf2 (patch)
treea6d94ce90a2f7659d7c3261c7f088678b72accf4
parent5b0db44e7c5f0a69dfa670eee13fbc011f76830a (diff)
Fix a typo is julia.html.markdown
-rw-r--r--julia.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/julia.html.markdown b/julia.html.markdown
index cba7cd45..675cf5d3 100644
--- a/julia.html.markdown
+++ b/julia.html.markdown
@@ -723,7 +723,7 @@ code_native(square_area, (Float64,))
# ret
#
# Note that julia will use floating point instructions if any of the
-# arguements are floats.
+# arguments are floats.
# Let's calculate the area of a circle
circle_area(r) = pi * r * r # circle_area (generic function with 1 method)
circle_area(5) # 78.53981633974483