diff --git a/DSsemaine2TDQuestion1.plantuml b/DSsemaine2TDQuestion1.plantuml
index f455e3b..9de2a5f 100644
--- a/DSsemaine2TDQuestion1.plantuml
+++ b/DSsemaine2TDQuestion1.plantuml
@@ -9,12 +9,11 @@ participant "Parcelle:p2" as p2
participant "Parcelle:p3" as p3
v -> p0 ++ : getSplit()
return V
-v -> p0 ++ : getFirst()
+v -> p0 ++ : getSecond()
return p1
-v -> v ++ : setParcelleVisible(p1)
v --
v -> p1 ++ : getSplit()
-return H
+return V
v -> p1 ++ : reset()
p1 -> p2 !! : delete
p1 -> p3 !! : delete
diff --git a/DSsemaine2TDQuestion1.svg b/DSsemaine2TDQuestion1.svg
index 87434e8..b2245f1 100644
--- a/DSsemaine2TDQuestion1.svg
+++ b/DSsemaine2TDQuestion1.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file