summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuillermo Garza <ggarza23@gmail.com>2014-03-18 14:27:49 -0500
committerGuillermo Garza <ggarza23@gmail.com>2014-03-18 14:27:49 -0500
commit23a5fc837d9080e15ba152ccf7bca473916eb12a (patch)
treef4efae54706a1f327524d2ef09bafe54f73b367f
parent0ac421577bd903d214b236c8fc0cd099ad83d736 (diff)
Add comment about nesting julia multiline comments
-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.
=#
####################################################