Apply typo fixes from Julio M. Merino Vidal

[SVN r27513]
This commit is contained in:
Rene Rivera
2005-02-27 17:28:24 +00:00
parent 4e459908ff
commit 3b3506d454

View File

@@ -105,8 +105,8 @@ invoke a lambda expression, you should always pass it to
to in lieu of using <tt class="literal"><span class="pre">lambda</span></tt> and invoking the result &quot;manually.&quot;</dd> to in lieu of using <tt class="literal"><span class="pre">lambda</span></tt> and invoking the result &quot;manually.&quot;</dd>
<dt>Lazy evaluation.</dt> <dt>Lazy evaluation.</dt>
<dd>A strategy of delaying evaluation until a result is <dd>A strategy of delaying evaluation until a result is
required, thereby avoiding any unneccessary computation and any required, thereby avoiding any unnecessary computation and any
associated unneccessary errors. Metafunctions are only invoked associated unnecessary errors. Metafunctions are only invoked
when we access their nested <tt class="literal"><span class="pre">::type</span></tt>s, so we can supply all when we access their nested <tt class="literal"><span class="pre">::type</span></tt>s, so we can supply all
of their arguments without performing any computation and of their arguments without performing any computation and
delay evaluation to the last possible moment.</dd> delay evaluation to the last possible moment.</dd>