diff options
author | Benjamin R. Haskell <learnxinyminutes@benizi.com> | 2013-10-06 22:40:06 -0400 |
---|---|---|
committer | Benjamin R. Haskell <learnxinyminutes@benizi.com> | 2013-10-06 22:40:06 -0400 |
commit | 2071148e1eb01848cb40d4ec4212a463e025fed9 (patch) | |
tree | e0717f98f7b6272bd48c42fec959ff318f506a87 /de-de | |
parent | 24514c9de1f4cbf0e84a88cb665060a376334a1c (diff) |
Fixes language identification in elixir-de
YAML frontmatter had a line that looks like it was mis-patched
(started with a `+`). Removed the `+` so the translation is displayed
in the right place.
Diffstat (limited to 'de-de')
-rw-r--r-- | de-de/elixir-de.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/elixir-de.html.markdown b/de-de/elixir-de.html.markdown index f77f9b0c..29d5132d 100644 --- a/de-de/elixir-de.html.markdown +++ b/de-de/elixir-de.html.markdown @@ -5,7 +5,7 @@ contributors: translators:
- ["Gregor Große-Bölting", "http://www.ideen-und-soehne.de"]
filename: learnelixir-de.ex
-+lang: de-de
+lang: de-de
---
Elixir ist eine moderne, funktionale Sprache für die Erlang VM. Sie ist voll
|