1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 03:50:32 +02:00

Merge pull request #583 from lidashuang/patch-2

Update elixir.html.markdown
This commit is contained in:
Nami-Doc
2014-03-31 12:16:50 +02:00

View File

@@ -9,7 +9,7 @@ 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.