From 8c4a9fe897494ff5401e1af375eea4092952a501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20B=C3=B6hm?= Date: Fri, 15 Jul 2022 13:37:09 +0000 Subject: [PATCH] Translate missing sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {