From 9218a53fcd62a06463513f97df5bc2cd2ef01707 Mon Sep 17 00:00:00 2001 From: "pauline.prady" Date: Fri, 12 Apr 2024 16:51:29 +0200 Subject: [PATCH] Oublie d'un e estEgal --- CoreLibrary/Plateau.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreLibrary/Plateau.cs b/CoreLibrary/Plateau.cs index b5afda4..e762345 100644 --- a/CoreLibrary/Plateau.cs +++ b/CoreLibrary/Plateau.cs @@ -27,7 +27,7 @@ lesCombinaisonsJoueur[index] = combinaisonJoueur; index++; - return combinaisonSecrete.EstEgal(combinaisonJoueur); + return combinaisonSecrete.EstEgale(combinaisonJoueur); } ///