From ba6a3cb78443c575cdbe608c0b3bb8eb2378b26c Mon Sep 17 00:00:00 2001 From: victor perez ngounou Date: Fri, 28 Oct 2022 07:16:54 +0200 Subject: [PATCH] Done --- Sources/BowlingLib/Model/Frame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/BowlingLib/Model/Frame.cs b/Sources/BowlingLib/Model/Frame.cs index c262279..351e33a 100644 --- a/Sources/BowlingLib/Model/Frame.cs +++ b/Sources/BowlingLib/Model/Frame.cs @@ -11,7 +11,7 @@ namespace BowlingLib.Model /// /// Classe Model Frame /// - public class Frame:IEquatable + public class Frame:IEquatable { const int MAX_QUILLE = 10; public int Numero