summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-11-08 21:55:16 +0100
committerven <vendethiel@hotmail.fr>2015-11-08 21:55:16 +0100
commit5b7ffeb77dcda4bd340f7a269c6eddae23f322dc (patch)
tree2f6244b641d0b3ceb795d50fa28a8d82e434ad2f
parent6a60ee1988b88fced83198b3a56d5ed4122adafe (diff)
parentb8999e88ed3d9317725c79987a379871a6eb8988 (diff)
Merge pull request #1973 from pranitbauva1997/typos
[julia/en] Fix a typo is julia.html.markdown
-rw-r--r--julia.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/julia.html.markdown b/julia.html.markdown
index cba7cd45..220b52a4 100644
--- a/julia.html.markdown
+++ b/julia.html.markdown
@@ -2,6 +2,7 @@
language: Julia
contributors:
- ["Leah Hanson", "http://leahhanson.us"]
+ - ["Pranit Bauva", "http://github.com/pranitbauva1997"]
filename: learnjulia.jl
---
@@ -723,7 +724,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