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