summaryrefslogtreecommitdiffhomepage
path: root/julia.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to '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 8bd0d1df..36c57b2a 100644
--- a/julia.html.markdown
+++ b/julia.html.markdown
@@ -15,7 +15,7 @@ This is based on the current development version of Julia, as of October 18th, 2
# Single line comments start with a hash.
#= Multiline comments can be written
by putting '#=' before the text and '=#'
- after the text
+ after the text. They can also be nested.
=#
####################################################