mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 20:17:21 +02:00
spelling: specialization
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
b4c8f493c6
commit
ce500ee436
@ -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 :
|
||||
|
||||
|
Reference in New Issue
Block a user