From f441b29e116b96f313526cf29771141a91434a18 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 21 Jan 2025 16:47:55 +0700 Subject: [PATCH] Fix typo. (#154) --- include/tl/expected.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tl/expected.hpp b/include/tl/expected.hpp index 52bef2c..bc085a4 100644 --- a/include/tl/expected.hpp +++ b/include/tl/expected.hpp @@ -1184,7 +1184,7 @@ struct default_constructor_tag { }; // expected_default_ctor_base will ensure that expected has a deleted default -// consturctor if T is not default constructible. +// constructor if T is not default constructible. // This specialization is for when T is default constructible template