spelling: specialization

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-11-01 21:46:36 -04:00
committed by Andrzej Krzemienski
parent b4c8f493c6
commit ce500ee436
2 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ They are empty, trivially copyable classes with disabled default constructor.
[#reference_operator_template_spec]
template <class T>
class optional<T&> // specilization for lvalue references
class optional<T&> // specialization for lvalue references
{
public :