diff options
author | Adam Bard <github@adambard.com> | 2014-04-14 12:15:40 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2014-04-14 12:15:40 -0700 |
commit | 1afd1ac857b3da096a599bb1609634053a5e2e7e (patch) | |
tree | 1ebdbfbc196c02dcc1257dd935f92599b0d7c413 /julia.html.markdown | |
parent | d2f6623cf67468d502fb4c243931687a879c5813 (diff) | |
parent | 777c333ff078a7095f9b7ac303829b249f499b21 (diff) |
Merge pull request #591 from lyska/no-hashtags
Remove references to hash and hashtag in favor of number symbol
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 665b4fd3..15b4be90 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 hash. +# Single line comments start with a number symbol. #= Multiline comments can be written by putting '#=' before the text and '=#' after the text. They can also be nested. |