Fix typos (thanks to Charles Brockman!)

[SVN r31032]
This commit is contained in:
Aleksey Gurtovoy
2005-09-19 04:36:29 +00:00
parent 997a78ad4f
commit af51dfffc2

View File

@@ -17,7 +17,7 @@
<cite>polymorphic</cite>, and can operate on a variety of numeric types,
including rational, fixed-point and complex numbers. They allow
<cite>mixed arithmetic</cite>, meaning that you can perform an operation on
arguments of different types, and the result will yeild the
arguments of different types, and the result will yield the
largest/most general of the argument types. The infrastructure
allows user-defined numeric types to be freely intermixed with
predefined library types. See
@@ -26,7 +26,7 @@ for an illustrative example, and the <a class="reference" href="./reference-manu
the formal infrastructure specification.</p>
<p>If you were using MPL numeric metafunctions on your own integral
wrapper class similar to <tt class="literal"><span class="pre">mpl::int_</span></tt>, you can plug your class
into the new infrustructure by extending it with the following
into the new infrastructure by extending it with the following
member:</p>
<pre class="literal-block">
typedef mpl::integral_c_tag tag;