Fix typo. (#154)

This commit is contained in:
Bruce Mitchener
2025-01-21 16:47:55 +07:00
committed by GitHub
parent a0ef772cbe
commit f441b29e11

View File

@ -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 <class T, class E,
bool Enable =