diff options
author | Geoffrey Liu <main@g-liu.com> | 2014-09-21 00:07:34 -0700 |
---|---|---|
committer | Geoffrey Liu <main@g-liu.com> | 2014-09-21 00:07:34 -0700 |
commit | 92a2dbf34eeec0f4faf610e1b4d464d91dd10010 (patch) | |
tree | 654a9827f4219af0aed084daebc13793eed26574 /julia.html.markdown | |
parent | d12bfcdc18a5855fd5281f8a3a3395d8bfae7ab4 (diff) |
Fixes issue #747
Diffstat (limited to 'julia.html.markdown')
-rw-r--r-- | julia.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/julia.html.markdown b/julia.html.markdown index e9d3a162..82712553 100644 --- a/julia.html.markdown +++ b/julia.html.markdown @@ -12,7 +12,7 @@ This is based on the current development version of Julia, as of October 18th, 2 ```ruby -# Single line comments start with a number symbol. +# Single line comments start with a hash (pound) symbol. #= Multiline comments can be written by putting '#=' before the text and '=#' after the text. They can also be nested. |