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