spelling: member

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

View File

@ -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>