diff options
Diffstat (limited to 'elixir.html.markdown')
-rw-r--r-- | elixir.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elixir.html.markdown b/elixir.html.markdown index 8ea499ff..0892deb7 100644 --- a/elixir.html.markdown +++ b/elixir.html.markdown @@ -9,9 +9,9 @@ Elixir is a modern functional language built on top of the Erlang VM. It's fully compatible with Erlang, but features a more standard syntax and many more features. -```ruby +```elixir -# Single line comments start with a hashtag. +# Single line comments start with a number symbol. # There's no multi-line comment, # but you can stack multiple comments. |