spelling: occur

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

View File

@ -16,7 +16,7 @@ some operations are not available in this case:
* Value-access via pointer * Value-access via pointer
Also, even though `optional<T&>` treats it wrapped pseudo-object much as Also, even though `optional<T&>` treats it wrapped pseudo-object much as
a real value, a true real reference is stored so aliasing will ocurr: a real value, a true real reference is stored so aliasing will occur:
* Copies of `optional<T&>` will copy the references but all these references * Copies of `optional<T&>` will copy the references but all these references
will nonetheless refer to the same object. will nonetheless refer to the same object.

View File

@ -55,7 +55,7 @@
<p> <p>
Also, even though <code class="computeroutput"><span class="identifier">optional</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&amp;&gt;</span></code> Also, even though <code class="computeroutput"><span class="identifier">optional</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&amp;&gt;</span></code>
treats it wrapped pseudo-object much as a real value, a true real reference treats it wrapped pseudo-object much as a real value, a true real reference
is stored so aliasing will ocurr: is stored so aliasing will occur:
</p> </p>
<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">

View File

@ -59,7 +59,7 @@
<p> <p>
Also, even though <code class="computeroutput"><span class="identifier">optional</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&amp;&gt;</span></code> treats it wrapped pseudo-object Also, even though <code class="computeroutput"><span class="identifier">optional</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&amp;&gt;</span></code> treats it wrapped pseudo-object
much as a real value, a true real reference is stored so aliasing will much as a real value, a true real reference is stored so aliasing will
ocurr: occur:
</p> </p>
<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">