Skip to content

Commit a7c4d2a

Browse files
authored
Translate missing sentence (#7)
1 parent c1a3d4a commit a7c4d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ function showEmployeeList(employee: (Developer | Manager)[]) {
570570
}
571571
```
572572

573-
You may also consider adding a union type, or common parent class if it suits your abstraction.
573+
Du kannst auch einen Union-Typ oder eine gemeinsame Elternklasse hinzufügen, wenn das zu deiner Abstraktion passt.
574574

575575
```ts
576576
class Developer {

0 commit comments

Comments
 (0)