Skip to content

Commit 5c98670

Browse files
authored
Merge pull request #3847 from rbnboe/fix-regular-expression-typo-german
Fix typo in section header for Ruby documentation in german
2 parents 721b504 + ebb324f commit 5c98670

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)