Skip to content

Commit ebb324f

Browse files
authored
Fix typo in section header for Ruby documentation in german
the term "Reguläre Ausdrücke" (german for "regular expressions") was spelled wrong as it was missing a "d".
1 parent 587bd4f commit ebb324f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • de/documentation/ruby-from-other-languages/to-ruby-from-python

de/documentation/ruby-from-other-languages/to-ruby-from-python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Ruby-Referenz-Buch) online auf [Englisch][4].
8484
* Ruby hat **globale Variablen** (`$foo`), die aber selten verwendet
8585
werden.
8686

87-
#### Strings, Symbole und Reguläre Ausrücke
87+
#### Strings, Symbole und Reguläre Ausdrücke
8888

8989
* **Ruby-Strings** können ihren Wert ändern (sind also *mutable*).
9090
* In Ruby werden statt Strings häufig **Symbole** verwendet, wenn der

0 commit comments

Comments
 (0)