Fixed misspelled word 'from'

This commit is contained in:
Tosiekdev
2023-10-26 01:20:28 +02:00
committed by Andrzej Krzemienski
parent 5064a9a28d
commit c60db27762

View File

@ -114,7 +114,7 @@
<span class="phrase"><a name="optional.introduction.problem"></a></span><a class="link" href="index.html#optional.introduction.problem">Problem</a> <span class="phrase"><a name="optional.introduction.problem"></a></span><a class="link" href="index.html#optional.introduction.problem">Problem</a>
</h4> </h4>
<p> <p>
Suppose we want to read a parameter form a config file which represents some Suppose we want to read a parameter from a config file which represents some
integral value, let's call it <code class="computeroutput"><span class="string">"MaxValue"</span></code>. integral value, let's call it <code class="computeroutput"><span class="string">"MaxValue"</span></code>.
It is possible that this parameter is not specified; such situation is no error. It is possible that this parameter is not specified; such situation is no error.
It is valid to not specify the parameter and in that case the program is supposed It is valid to not specify the parameter and in that case the program is supposed