From d6145ea5a96cd83b18f1d82cbeec0f2de81dbf8d Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 5 Jun 2021 12:33:56 +0200 Subject: [PATCH] Comment typos --- Test_Hazelnupp/Constraints.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Test_Hazelnupp/Constraints.cpp b/Test_Hazelnupp/Constraints.cpp index ec4a71b..982d734 100644 --- a/Test_Hazelnupp/Constraints.cpp +++ b/Test_Hazelnupp/Constraints.cpp @@ -284,7 +284,7 @@ namespace TestHazelnupp return; } - // Tests that everything a void can be converted to an empty list + // Tests that a void can be converted to an empty list TEST_METHOD(Weird_Load_Conversions_VoidToEmptyList) { // Setup @@ -313,7 +313,7 @@ namespace TestHazelnupp return; } - // Tests that constraints can cleared invidivually + // Tests that constraints can be cleared invidivually TEST_METHOD(Can_Clear_Constraints_Individually) { // Setup @@ -351,7 +351,7 @@ namespace TestHazelnupp return; } - // Tests that constraints can cleared invidivually + // Tests that constraints can be cleared invidivually TEST_METHOD(Can_Clear_All_Constraints) { // Setup @@ -408,7 +408,7 @@ namespace TestHazelnupp return; } - // Tests that the GetConstraint returns the correct constraint information + // Tests that the GetConstraint method returns the correct constraint information TEST_METHOD(Get_Constraint) { // Setup