From ebb324f1fc63231c7dad9bbe2d64704bbfd06817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20B=C3=B6ttcher?= <89318302+rbnboe@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:00:11 +0100 Subject: [PATCH] Fix typo in section header for Ruby documentation in german MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the term "Reguläre Ausdrücke" (german for "regular expressions") was spelled wrong as it was missing a "d". --- .../ruby-from-other-languages/to-ruby-from-python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/de/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index d8e084a0b2..d45d9c767d 100644 --- a/de/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/de/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -84,7 +84,7 @@ Ruby-Referenz-Buch) online auf [Englisch][4]. * Ruby hat **globale Variablen** (`$foo`), die aber selten verwendet werden. -#### Strings, Symbole und Reguläre Ausrücke +#### Strings, Symbole und Reguläre Ausdrücke * **Ruby-Strings** können ihren Wert ändern (sind also *mutable*). * In Ruby werden statt Strings häufig **Symbole** verwendet, wenn der