Skip to content

Commit d751e2d

Browse files
Simplify UML diagram relationship notation
1 parent d823391 commit d751e2d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

notes/2026/Programmiertechnik/ASS/2026-03-26_Programmiertechnik_ASS_uml-diagramm.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,7 @@ Beispiel:
245245

246246
```mermaid
247247
classDiagram
248-
class Kunde
249-
class Bestellung
250-
Kunde --- Bestellung
248+
Kunde -- Bestellung
251249
```
252250

253251
### Bedeutung

0 commit comments

Comments
 (0)