summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlidashuang <ldshuang@gmail.com>2014-03-31 18:00:57 +0800
committerlidashuang <ldshuang@gmail.com>2014-03-31 18:00:57 +0800
commit09044470a089c4ccc896edf846b7ae54264cceae (patch)
treeb9f2c8ad83ea967db3cb946744579841f7c2b904
parentcce79738e5771928abb967e39fe37ecd48de10de (diff)
Update elixir.html.markdown
-rw-r--r--elixir.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/elixir.html.markdown b/elixir.html.markdown
index 8ea499ff..df586649 100644
--- a/elixir.html.markdown
+++ b/elixir.html.markdown
@@ -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.