From f9ec83ce719fbd0af81c1bc8f544f47b7e35c4e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= <fstromback@gmail.com>
Date: Mon, 23 Nov 2020 16:54:33 +0100
Subject: [PATCH] Fixed a minor issue in the UML diagrams.

---
 components/uml.tex  | 2 +-
 inheritance/uml.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/uml.tex b/components/uml.tex
index 2ee0128..90827cf 100644
--- a/components/uml.tex
+++ b/components/uml.tex
@@ -35,7 +35,7 @@
     + render(RenderWindow) : void
   }
   \umlreal{MenuState}{State}
-  \umlaggreg[geometry=|-,anchor1=90,anchor2=0,arg1=--background,mult1=1,mult2=0..*]{MenuState}{State}
+  \umlaggreg[geometry=|-,anchor1=90,anchor2=0,arg1=--background,mult1=1,mult2=0..1]{MenuState}{State}
 
   \umlclass[x=0,y=-3.5]{GameState}{
   }{
diff --git a/inheritance/uml.tex b/inheritance/uml.tex
index 97e0bc8..f1b1a58 100644
--- a/inheritance/uml.tex
+++ b/inheritance/uml.tex
@@ -35,7 +35,7 @@
     + render(RenderWindow) : void
   }
   \umlreal{MenuState}{State}
-  \umlaggreg[geometry=|-,anchor1=90,anchor2=0,arg1=--background,mult1=1,mult2=0..*]{MenuState}{State}
+  \umlaggreg[geometry=|-,anchor1=90,anchor2=0,arg1=--background,mult1=1,mult2=0..1]{MenuState}{State}
 
   \umlclass[x=0,y=-3.5]{GameState}{
   }{
-- 
GitLab