summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChristian Albrecht <christian@coastal-consulting.de>2015-10-17 14:39:21 +0200
committerChristian Albrecht <christian@coastal-consulting.de>2015-10-17 14:39:21 +0200
commit7247741e53e656a574dc7cd0e15700b9eb216cbe (patch)
tree9905c116385cc3eb1e0f75e7af27209cf5d4c2b4
parent5c4d60eea88bc708748bca4589a834c356c56e4b (diff)
changed heading in ruby-de
-rw-r--r--de-de/ruby-de.html.markdown4
-rw-r--r--de-de/scala-de.html.markdown2
2 files changed, 4 insertions, 2 deletions
diff --git a/de-de/ruby-de.html.markdown b/de-de/ruby-de.html.markdown
index 4815fa40..560d3958 100644
--- a/de-de/ruby-de.html.markdown
+++ b/de-de/ruby-de.html.markdown
@@ -602,7 +602,9 @@ Something.new.bar # => NoMethodError: undefined method `bar'
Something.new.qux # => 'qux'
```
-## Additional resources
+## Weiterführende Hinweise
+
+//EN
- [Learn Ruby by Example with Challenges](http://www.learneroo.com/modules/61/nodes/338) - A variant of this reference with in-browser challenges.
- [Official Documentation](http://www.ruby-doc.org/core-2.1.1/)
diff --git a/de-de/scala-de.html.markdown b/de-de/scala-de.html.markdown
index 08f582cb..42808580 100644
--- a/de-de/scala-de.html.markdown
+++ b/de-de/scala-de.html.markdown
@@ -801,7 +801,7 @@ writer.write("Und noch eine Zeile" + util.Properties.lineSeparator)
writer.close()
```
-## Weitereführende Hinweise
+## Weiterführende Hinweise
// DE
* [Scala Tutorial](https://scalatutorial.wordpress.com)