From cc7d40139dcde253e9a524371f426531c7f1d96e Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 9 Dec 2023 22:12:07 +0700 Subject: [PATCH] Fix typo. --- 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 afee404..312d227 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