From ce500ee4363f27bb12d4c3734ce322549874dd01 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:46:36 -0400 Subject: [PATCH] spelling: specialization Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/27_ref_optional_synopsis.qbk | 2 +- .../header_optional_optional_refs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/27_ref_optional_synopsis.qbk b/doc/27_ref_optional_synopsis.qbk index 9be5846..d86967b 100644 --- a/doc/27_ref_optional_synopsis.qbk +++ b/doc/27_ref_optional_synopsis.qbk @@ -228,7 +228,7 @@ They are empty, trivially copyable classes with disabled default constructor. [#reference_operator_template_spec] template - class optional // specilization for lvalue references + class optional // specialization for lvalue references { public : diff --git a/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/header_optional_optional_refs.html b/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/header_optional_optional_refs.html index 3472915..3244e97 100644 --- a/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/header_optional_optional_refs.html +++ b/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/header_optional_optional_refs.html @@ -28,7 +28,7 @@ References
template <class T>
-class optional<T&> // specilization for lvalue references
+class optional<T&> // specialization for lvalue references
 {
 public :