spelling: addresses

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

View File

@@ -60,7 +60,7 @@ On compilers that do not support rvalue references, each of these functions is s
template<class Arg> void emplace(Arg& arg);
void emplace();
This workaround addressess about 40% of all use cases. If this is insufficient, you need to resort to using [link boost_optional.tutorial.in_place_factories In-Place Factories].
This workaround addresses about 40% of all use cases. If this is insufficient, you need to resort to using [link boost_optional.tutorial.in_place_factories In-Place Factories].
[endsect]
[section Optional Reference Binding][#optional_reference_binding]