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); } ///