Merge pull request #778 from g-liu/en-julia

Fixes issue #747 pertaining to Julia
This commit is contained in:
Nami-Doc 2014-09-21 11:17:42 +02:00
commit 6090f083bf

View File

@ -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.