diff --git a/README.md b/README.md index 71a009a..de3f819 100644 --- a/README.md +++ b/README.md @@ -570,7 +570,7 @@ function showEmployeeList(employee: (Developer | Manager)[]) { } ``` -You may also consider adding a union type, or common parent class if it suits your abstraction. +Du kannst auch einen Union-Typ oder eine gemeinsame Elternklasse hinzufügen, wenn das zu deiner Abstraktion passt. ```ts class Developer {