diff options
author | Christian Albrecht <christian@coastal-consulting.de> | 2015-10-17 14:39:21 +0200 |
---|---|---|
committer | Christian Albrecht <christian@coastal-consulting.de> | 2015-10-17 14:39:21 +0200 |
commit | 7247741e53e656a574dc7cd0e15700b9eb216cbe (patch) | |
tree | 9905c116385cc3eb1e0f75e7af27209cf5d4c2b4 /de-de | |
parent | 5c4d60eea88bc708748bca4589a834c356c56e4b (diff) |
changed heading in ruby-de
Diffstat (limited to 'de-de')
-rw-r--r-- | de-de/ruby-de.html.markdown | 4 | ||||
-rw-r--r-- | de-de/scala-de.html.markdown | 2 |
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) |