aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-03-01 18:23:27 +0100
committerJonas Smedegaard <dr@jones.dk>2025-03-01 18:23:27 +0100
commite006116083b3a8ec6fc7b0df6ac9af86fca2c2fb (patch)
tree64fd6c72ca8678b65c956c097358c71a9cedf766
parent3b6809c0b2bd95026fdb5506089a8061d4af3229 (diff)
UML fix typo
-rw-r--r--classes.puml2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes.puml b/classes.puml
index 85dc714..87b764c 100644
--- a/classes.puml
+++ b/classes.puml
@@ -51,7 +51,7 @@ class Institute implements Place
class Institute extends Org {
}
Institute -* Faculty
-Intitute *- ResearchAssociate
+Institute *- ResearchAssociate
abstract Project {
+name