From b4c8f493c6ad839dade05108b96358b79b59d753 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: shallow Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/91_relnotes.qbk | 2 +- doc/html/boost_optional/relnotes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/91_relnotes.qbk b/doc/91_relnotes.qbk index a52e3ce..135be49 100644 --- a/doc/91_relnotes.qbk +++ b/doc/91_relnotes.qbk @@ -82,7 +82,7 @@ * the `sizeof` of optional reference is that of a pointer, * some bugs connected to copying optional references are gone, * all run-time bugs caused by incorrect reference binding on some compilers are now turned into compile-time errors, - * you can swap optional references: it is like swapping pointers: shalow, underlying objects are not affected, + * you can swap optional references: it is like swapping pointers: shallow, underlying objects are not affected, * optional references to abstract types work. * Documented nested typedefs ([@https://svn.boost.org/trac/boost/ticket/5193 Trac #5193]). * Made the perfect-forwarding constructor SFINAE-friendly, which fixes [@https://svn.boost.org/trac/boost/ticket/12002 Trac #12002]. However, this only works in the newer platforms that correctly implement C++11 ``. diff --git a/doc/html/boost_optional/relnotes.html b/doc/html/boost_optional/relnotes.html index e90dcc5..8acd838 100644 --- a/doc/html/boost_optional/relnotes.html +++ b/doc/html/boost_optional/relnotes.html @@ -220,7 +220,7 @@ are now turned into compile-time errors,
  • - you can swap optional references: it is like swapping pointers: shalow, + you can swap optional references: it is like swapping pointers: shallow, underlying objects are not affected,