small edit

[SVN r9099]
This commit is contained in:
Jeremy Siek 2001-02-11 02:38:08 +00:00
parent 803ced004a
commit d8dd3da9ab

View File

@ -114,8 +114,8 @@ The output is:
<TR> <TR>
<TD><tt>Iterator</tt></TD> <TD><tt>Iterator</tt></TD>
<TD>The iterator type being wrapped. This type must be a model <TD>The iterator type being wrapped. This type must at least be a model
of either the <a href="http://www.sgi.com/tech/stl/InputIterator">InputIterator</a> concept or the <a href="http://www.sgi.com/tech/stl/OutputIterator">OutputIterator</a> concept. </TD> of the <a href="http://www.sgi.com/tech/stl/InputIterator">InputIterator</a> concept.</TD>
</TR> </TR>
<TR> <TR>