mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 12:07:21 +02:00
spelling: referred
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
cdc2bd8482
commit
630cf7f7b5
@ -1386,7 +1386,7 @@ __SPACE__
|
|||||||
[#reference_swap_optional_reference]
|
[#reference_swap_optional_reference]
|
||||||
[: `void swap ( optional<T&>& x, optional<T&>& y ) noexcept ;`]
|
[: `void swap ( optional<T&>& x, optional<T&>& y ) noexcept ;`]
|
||||||
|
|
||||||
* [*Postconditions:] `x` refers to what `y` refererred to before the swap (if anything). `y` refers to whatever `x` referred to before the swap.
|
* [*Postconditions:] `x` refers to what `y` referred to before the swap (if anything). `y` refers to whatever `x` referred to before the swap.
|
||||||
|
|
||||||
* [*Example:]
|
* [*Example:]
|
||||||
``
|
``
|
||||||
|
@ -2380,7 +2380,7 @@
|
|||||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
<span class="bold"><strong>Postconditions:</strong></span> <code class="computeroutput"><span class="identifier">x</span></code>
|
<span class="bold"><strong>Postconditions:</strong></span> <code class="computeroutput"><span class="identifier">x</span></code>
|
||||||
refers to what <code class="computeroutput"><span class="identifier">y</span></code> refererred
|
refers to what <code class="computeroutput"><span class="identifier">y</span></code> referred
|
||||||
to before the swap (if anything). <code class="computeroutput"><span class="identifier">y</span></code>
|
to before the swap (if anything). <code class="computeroutput"><span class="identifier">y</span></code>
|
||||||
refers to whatever <code class="computeroutput"><span class="identifier">x</span></code>
|
refers to whatever <code class="computeroutput"><span class="identifier">x</span></code>
|
||||||
referred to before the swap.
|
referred to before the swap.
|
||||||
|
@ -404,7 +404,7 @@
|
|||||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
<span class="bold"><strong>Postconditions:</strong></span> <code class="computeroutput"><span class="identifier">x</span></code>
|
<span class="bold"><strong>Postconditions:</strong></span> <code class="computeroutput"><span class="identifier">x</span></code>
|
||||||
refers to what <code class="computeroutput"><span class="identifier">y</span></code> refererred
|
refers to what <code class="computeroutput"><span class="identifier">y</span></code> referred
|
||||||
to before the swap (if anything). <code class="computeroutput"><span class="identifier">y</span></code>
|
to before the swap (if anything). <code class="computeroutput"><span class="identifier">y</span></code>
|
||||||
refers to whatever <code class="computeroutput"><span class="identifier">x</span></code>
|
refers to whatever <code class="computeroutput"><span class="identifier">x</span></code>
|
||||||
referred to before the swap.
|
referred to before the swap.
|
||||||
|
@ -479,7 +479,7 @@
|
|||||||
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
|
||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
<span class="bold"><strong>Postconditions:</strong></span> <code class="computeroutput"><span class="identifier">x</span></code>
|
<span class="bold"><strong>Postconditions:</strong></span> <code class="computeroutput"><span class="identifier">x</span></code>
|
||||||
refers to what <code class="computeroutput"><span class="identifier">y</span></code> refererred
|
refers to what <code class="computeroutput"><span class="identifier">y</span></code> referred
|
||||||
to before the swap (if anything). <code class="computeroutput"><span class="identifier">y</span></code>
|
to before the swap (if anything). <code class="computeroutput"><span class="identifier">y</span></code>
|
||||||
refers to whatever <code class="computeroutput"><span class="identifier">x</span></code>
|
refers to whatever <code class="computeroutput"><span class="identifier">x</span></code>
|
||||||
referred to before the swap.
|
referred to before the swap.
|
||||||
|
Reference in New Issue
Block a user