diff options
author | Nami-Doc <vendethiel@hotmail.fr> | 2014-09-21 11:17:42 +0200 |
---|---|---|
committer | Nami-Doc <vendethiel@hotmail.fr> | 2014-09-21 11:17:42 +0200 |
commit | 6090f083bf43ee62f87727bfea24927aeb00dd69 (patch) | |
tree | 686b1931aac7e3f6e04ff8194067057922a5f280 | |
parent | 88c9cd50d740794bc515ddc734fff06e639b0c1b (diff) | |
parent | 92a2dbf34eeec0f4faf610e1b4d464d91dd10010 (diff) |
Merge pull request #778 from g-liu/en-julia
Fixes issue #747 pertaining to Julia
-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. |