mirror of
https://github.com/boostorg/optional.git
synced 2025-07-22 00:32:09 +02:00
spelling: member
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
c76b73c48b
commit
581c43f25c
@ -165,7 +165,7 @@
|
||||
Sometimes it requires detailed consideration what data we make optional.
|
||||
In our case above, if we determine that both minimum and maximum value can
|
||||
be provided or not provided together, but one is never provided without the
|
||||
other, we can make only one optional memebr:
|
||||
other, we can make only one optional member:
|
||||
</p>
|
||||
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">Limits</span>
|
||||
<span class="special">{</span>
|
||||
|
Reference in New Issue
Block a user