From 8b52d480f306e51d38c7d4db218fc43807d203c4 Mon Sep 17 00:00:00 2001
From: namark <namark@disroot.org>
Date: Sun, 15 Aug 2021 19:34:01 +0400
Subject: [PATCH] punctuation

---
 unit_tests/point.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unit_tests/point.cpp b/unit_tests/point.cpp
index 5451116..a0cebc6 100644
--- a/unit_tests/point.cpp
+++ b/unit_tests/point.cpp
@@ -548,7 +548,7 @@ void DefyPromotion()
 			std::puts("what a world we live in~");
 	}
 	else
-		std::puts("Type not puny enough, to test promotion defiance!");
+		std::puts("Type not puny enough to test promotion defiance!");
 };
 
 constexpr bool Constexprness() // TODO: needs better coverage
-- 
GitLab